diff --git a/modules/home/wlsunset.nix b/modules/home/wlsunset.nix new file mode 100644 index 0000000..d21530c --- /dev/null +++ b/modules/home/wlsunset.nix @@ -0,0 +1,3 @@ +{ ... }: { + services.wlsunset.enable = true; +}