wlsunset
This commit is contained in:
parent
c4225efceb
commit
cc58825794
2 changed files with 8 additions and 0 deletions
|
|
@ -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
7
modules/hm/wlsunset.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.wlsunset = {
|
||||
enable = true;
|
||||
latitude = 45.0;
|
||||
longitude = 11.7;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue