mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-01 22:51:03 +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:
parent
f4e8bc1ab6
commit
2f588d275e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue