home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 5788252f949c44759011d58be50a49ebb98ced8a
parent be7b5d3fc4f34f6acad6c5fbd0d96df5ce15d776
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 10 Nov 2023 12:18:55 +0100

Some formating ?

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/sway.nix | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -380,7 +380,11 @@ in ]; timeouts = [ { timeout = 600; command = "${pkgs.swaylock}/bin/swaylock --daemonize -i $HOME/desktop/pictures/lockscreen"; } - { timeout = 1200; command = ''${pkgs.sway}/bin/swaymsg "output * dpms off"''; resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * dpms on"''; } + { + timeout = 1200; + command = ''${pkgs.sway}/bin/swaymsg "output * dpms off"''; + resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * dpms on"''; + } ]; }; };