From 2f588d275ebd8243be6c29e7bf3ec7409baa0aa7 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 29 Jul 2025 12:43:11 -0500 Subject: [PATCH] hyprsunset: add program to home packages Allow calling the cli from PATH so you can invoke your own changes without relying on the service. Signed-off-by: Austin Horstman --- modules/services/hyprsunset.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/hyprsunset.nix b/modules/services/hyprsunset.nix index 2e7c9911..df0ec9c5 100644 --- a/modules/services/hyprsunset.nix +++ b/modules/services/hyprsunset.nix @@ -165,6 +165,8 @@ in '' ]; + home.packages = [ cfg.package ]; + xdg.configFile."hypr/hyprsunset.conf" = lib.mkIf (cfg.settings != { }) { text = lib.hm.generators.toHyprconf { attrs = cfg.settings;