diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index d1c478c..d908621 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -11,6 +11,7 @@ ./rofi.nix ./cliphist.nix ./wlogout.nix + ./wlsunset ]; programs.kitty.enable = true; @@ -34,7 +35,7 @@ bind = [ "$mod, Return, exec, kitty" - "$mod, SPACE, exec, rofi -show run" + "$mod, SPACE, exec, walker" "$mod, E, exec, dolphin" "$mod SHIFT, V, togglefloating," diff --git a/home/modules/wlsunset.nix b/home/modules/wlsunset.nix new file mode 100644 index 0000000..9ab9cb9 --- /dev/null +++ b/home/modules/wlsunset.nix @@ -0,0 +1,7 @@ +{ + services.wlsunset = { + enable = true; + latitude = 39; + longitude = -121.2; + }; +}