From 16b1723afefdd9ab6e5562b1e9582b9b6ee45eca Mon Sep 17 00:00:00 2001 From: Nydragon Date: Sun, 1 Sep 2024 19:47:01 +0200 Subject: [PATCH] feat: add gammastep for bluelight filtering --- home/graphical/default.nix | 1 + home/graphical/gammastep.nix | 12 ++++++++++++ home/hyprland/default.nix | 4 +++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 home/graphical/gammastep.nix diff --git a/home/graphical/default.nix b/home/graphical/default.nix index 6b2531f..1fb972e 100644 --- a/home/graphical/default.nix +++ b/home/graphical/default.nix @@ -5,5 +5,6 @@ ./vscode ./lollypop ./fuzzel.nix + ./gammastep.nix # default because I need to protect my peepers ]; } diff --git a/home/graphical/gammastep.nix b/home/graphical/gammastep.nix new file mode 100644 index 0000000..72ccc1e --- /dev/null +++ b/home/graphical/gammastep.nix @@ -0,0 +1,12 @@ +{ + services.gammastep = { + enable = true; + tray = true; + temperature = { + day = 6500; + night = 4000; + }; + dawnTime = "7:00-9:00"; + duskTime = "18:00-20:00"; + }; +} diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index eeb6abc..e59f5d2 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -25,6 +25,8 @@ lib.mkIf osConfig.programs.hyprland.enable { "${pkgs.kdeconnect}/bin/kdeconnect-indicator" "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window" "${pkgs.waybar}/bin/waybar" + "${pkgs.nysh}/bin/nysh" + # keepassxc ignores themeing and doesnt show up in system tray otherwise # Dirty solution but hey "sleep 3 && ${pkgs.keepassxc}/bin/keepassxc" @@ -142,7 +144,7 @@ lib.mkIf osConfig.programs.hyprland.enable { "$mod, Return, exec, ${pkgs.foot}/bin/foot" "$mod SHIFT, Q, killactive," "$mod, V, togglefloating" - "$mod SHIFT, P, exec, rofi -show p -modi p:${pkgs.rofi-power-menu}/bin/rofi-power-menu" + "$mod SHIFT, P, exec, ${config.programs.rofi.package}/bin/rofi -show p -modi p:${pkgs.rofi-power-menu}/bin/rofi-power-menu" "$mod, P, exec, ${pkgs.cliphist}/bin/cliphist wipe & ${pkgs.hyprlock}/bin/hyprlock" "$mod SHIFT, C, exec, hyprctl reload" "$mod, left, movefocus, l"