From cc58825794293a4d7523e4f990a4338351ff0f5e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 9 Jan 2025 15:40:27 +0100 Subject: [PATCH] wlsunset --- modules/hm/hyprland.nix | 1 + modules/hm/wlsunset.nix | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 modules/hm/wlsunset.nix diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 7628ce6..a2f9fcb 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -11,6 +11,7 @@ in ./nemo.nix ./waybar.nix # ./dunst.nix + ./wlsunset.nix ./hyprlock.nix ./swayidle.nix ./swaynotificationcenter.nix diff --git a/modules/hm/wlsunset.nix b/modules/hm/wlsunset.nix new file mode 100644 index 0000000..846fce2 --- /dev/null +++ b/modules/hm/wlsunset.nix @@ -0,0 +1,7 @@ +{ + services.wlsunset = { + enable = true; + latitude = 45.0; + longitude = 11.7; + }; +}