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 committed Feb 20, 2024
1 parent e1aac7e commit 6b6ac14
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 @@ -193,6 +193,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 6b6ac14

Please sign in to comment.