nix: add package to home.packages in hm module

This commit is contained in:
jacekpoz 2024-02-20 16:54:32 +01:00 committed by Mihai Fufezan
parent 4663920d29
commit 0cc6f88f29

View file

@ -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}