1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-01 06:31:04 +01:00

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 <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-29 12:43:11 -05:00
parent f4e8bc1ab6
commit 2f588d275e

View file

@ -165,6 +165,8 @@ in
'' ''
]; ];
home.packages = [ cfg.package ];
xdg.configFile."hypr/hyprsunset.conf" = lib.mkIf (cfg.settings != { }) { xdg.configFile."hypr/hyprsunset.conf" = lib.mkIf (cfg.settings != { }) {
text = lib.hm.generators.toHyprconf { text = lib.hm.generators.toHyprconf {
attrs = cfg.settings; attrs = cfg.settings;