summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-08-02 16:12:38 -0400
committerBen Sima <ben@bsima.me>2022-08-02 16:14:02 -0400
commit4d0b463e00e15d68ea0c39662b3dd0cf068b5a42 (patch)
tree09663f3f75c7b8f740ba606931208970c1294bd1 /profiles/laptop.nix
parente4a1816f5923d5ca541910486c699095af58d7ce (diff)
Move mpd server to workshop only
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r--profiles/laptop.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix
index b7fe9e2..733deca 100644
--- a/profiles/laptop.nix
+++ b/profiles/laptop.nix
@@ -9,13 +9,16 @@
../lib/ssh.nix
../lib/packages.nix
];
+
home = {
packages = [
pkgs.wmctrl
pkgs.zulip
];
};
+
programs.autorandr.enable = true;
+
programs.autorandr.hooks.postswitch = {
"restart-polybar" = "systemctl --user restart polybar.service";
};