diff options
| author | schererleander <leander@schererleander.de> | 2026-01-08 12:26:04 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-01-08 19:08:13 +0100 |
| commit | 00f6f55df8924049b37f76e5a1fec1f4db0f6514 (patch) | |
| tree | a608331ab3d26d66fa84094f91b5c0f066ada950 /hosts | |
| parent | 67681d50b7a91e2d035b1f3dabcfb677d1a96abe (diff) | |
fix(inputs): infinite loop import inputs
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/adam/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index 491ab90..27aa010 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -69,7 +69,11 @@ home-manager.users.${username} = { home.username = username; home.homeDirectory = "/home/${username}"; - imports = [ ../../modules/users ]; + imports = [ + ../../modules/users + inputs.nixcord.homeModules.nixcord + inputs.spicetify-nix.homeManagerModules.spicetify + ]; programs.home-manager.enable = true; home.packages = with pkgs; [ |
