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;
command = "swaymsg 'output * dpms off'";
resumeCommand = "swaymsg 'output * dpms on'";
command = ''${pkgs.sway}/bin/swaymsg "output * power off'';
resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * power on"'';
}
];
events = [