Sway nix package path is now correct

This commit is contained in:
Yorick Barbanneau 2023-09-11 00:14:18 +02:00
parent 290d2f0c3d
commit d66c525190

View file

@ -9,8 +9,8 @@
} }
{ {
timeout = 600; timeout = 600;
command = "swaymsg 'output * dpms off'"; command = ''${pkgs.sway}/bin/swaymsg "output * power off'';
resumeCommand = "swaymsg 'output * dpms on'"; resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * power on"'';
} }
]; ];
events = [ events = [