summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
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";
};