Skip to content

Commit

Permalink
nix: add package to home.packages in hm module
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpoz authored and fufexan committed Feb 20, 2024
1 parent 4663920 commit 0cc6f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0cc6f88

Please sign in to comment.