diff options
-rw-r--r-- | vali.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -97,9 +97,9 @@ rec { | |||
97 | }; | 97 | }; |
98 | desktopManagerHandlesLidAndPower = false; | 98 | desktopManagerHandlesLidAndPower = false; |
99 | sessionCommands = '' | 99 | sessionCommands = '' |
100 | ${pkgs.xset}/bin/xset -dpms | 100 | ${pkgs.xlibs.xset}/bin/xset -dpms |
101 | ${pkgs.xset}/bin/xset s off | 101 | ${pkgs.xlibs.xset}/bin/xset s off |
102 | ${pkgs.xsetroot}/bin/xsetroot -mod 10 10 -bg black -fg '#222' | 102 | ${pkgs.xlibs.xsetroot}/bin/xsetroot -mod 10 10 -bg black -fg '#222' |
103 | ${pkgs.autocutsel}/bin/autocutsel -selection CLIPBOARD -fork | 103 | ${pkgs.autocutsel}/bin/autocutsel -selection CLIPBOARD -fork |
104 | ${pkgs.autocutsel}/bin/autocutsel -selection PRIMARY -fork | 104 | ${pkgs.autocutsel}/bin/autocutsel -selection PRIMARY -fork |
105 | ''; | 105 | ''; |