diff --git a/packages/hyprsunset/home.nix b/packages/hyprsunset/home.nix index c9fe7a4..55ca737 100644 --- a/packages/hyprsunset/home.nix +++ b/packages/hyprsunset/home.nix @@ -1,5 +1,8 @@ {pkgs, ...}: { - home.packages = with pkgs; [ - hyprsunset - ]; + # home.packages = with pkgs; [ + # hyprsunset + # ]; + services.hyprsunset = { + enable = true; + }; }