From 6b6ac145e5930171064692c8a9fd75eb93941898 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 20 Feb 2024 16:54:32 +0100 Subject: [PATCH] nix: add package to home.packages in hm module --- nix/hm-module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 53a49c81..82cf1bec 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -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}