mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
nix: add package to home.packages in hm module
This commit is contained in:
parent
4663920d29
commit
0cc6f88f29
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ cfg.package ];
|
||||
|
||||
xdg.configFile."hypr/hyprlock.conf".text = ''
|
||||
general {
|
||||
disable_loading_bar = ${toString cfg.general.disable_loading_bar}
|
||||
|
|
Loading…
Reference in a new issue