From 4d0b463e00e15d68ea0c39662b3dd0cf068b5a42 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 2 Aug 2022 16:12:38 -0400 Subject: Move mpd server to workshop only --- profiles/laptop.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'profiles/laptop.nix') 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"; }; -- cgit v1.2.3