From 58c1860ecf402a9d55f37ba2200f568b4d57bcbf Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 8 Jul 2025 22:28:10 -0500 Subject: [PATCH] converted hyprsunset to service --- packages/hyprsunset/home.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; + }; }