From 6590bd562c9af2927aa611d96423b536b02bf221 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 7 Oct 2024 21:32:11 +0200 Subject: [PATCH] feat: adds wlsunset --- modules/home/wlsunset.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/home/wlsunset.nix 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; +}