This commit is contained in:
Filippo Berto 2025-01-09 15:40:27 +01:00
parent c4225efceb
commit cc58825794
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,7 @@ in
./nemo.nix
./waybar.nix
# ./dunst.nix
./wlsunset.nix
./hyprlock.nix
./swayidle.nix
./swaynotificationcenter.nix

7
modules/hm/wlsunset.nix Normal file
View file

@ -0,0 +1,7 @@
{
services.wlsunset = {
enable = true;
latitude = 45.0;
longitude = 11.7;
};
}