summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix4
-rw-r--r--hosts/sif/default.nix1
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 };