diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-11 14:13:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-11 14:13:24 +0200 |
commit | 1b334f66646ec38bda12506e8efe6841f05feb70 (patch) | |
tree | 721a4f8f72d9424c5e93a7d1d3cee52e6a8a12fe | |
parent | a84995ebbaa66b254727dea7bc0163662d8cdf76 (diff) | |
download | nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar.gz nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar.bz2 nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar.xz nixos-1b334f66646ec38bda12506e8efe6841f05feb70.zip |
...
-rw-r--r-- | accounts/gkleen@sif/default.nix | 4 | ||||
-rw-r--r-- | hosts/sif/default.nix | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index b63f1b10..127ee7ab 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -591,8 +591,8 @@ in { | |||
591 | ]; | 591 | ]; |
592 | timeouts = [ | 592 | timeouts = [ |
593 | { timeout = 300; | 593 | { timeout = 300; |
594 | command = "${cfg.wayland.windowManager.hyprland.package}/binhyprctl dispatch dpms off"; | 594 | command = "${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms off"; |
595 | resumeCommand = "${cfg.wayland.windowManager.hyprland.package}/binhyprctl dispatch dpms on"; | 595 | resumeCommand = "${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms on"; |
596 | } | 596 | } |
597 | { timeout = 330; command = "${lib.getExe pkgs.gtklock} -d"; } | 597 | { timeout = 330; command = "${lib.getExe pkgs.gtklock} -d"; } |
598 | ]; | 598 | ]; |
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 809e2ace..a7a4b074 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix | |||
@@ -434,6 +434,7 @@ in { | |||
434 | name = "Fira Sans"; | 434 | name = "Fira Sans"; |
435 | # size = 6; | 435 | # size = 6; |
436 | }; | 436 | }; |
437 | cageArgs = [ "-s" "-m" "last" ]; | ||
437 | settings = { | 438 | settings = { |
438 | GTK.application_prefer_dark_theme = true; | 439 | GTK.application_prefer_dark_theme = true; |
439 | }; | 440 | }; |