diff --git a/modules/services/wlsunset.nix b/modules/services/wlsunset.nix index 766602b5..8b1d7201 100644 --- a/modules/services/wlsunset.nix +++ b/modules/services/wlsunset.nix @@ -124,6 +124,8 @@ in } ]; + home.packages = [ cfg.package ]; + systemd.user.services.wlsunset = { Unit = { Description = "Day/night gamma adjustments for Wayland compositors.";