summaryrefslogtreecommitdiff
path: root/system-profiles/core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/core/default.nix')
-rw-r--r--system-profiles/core/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix
index 67d50606..0859d707 100644
--- a/system-profiles/core/default.nix
+++ b/system-profiles/core/default.nix
@@ -1,4 +1,4 @@
1{ flake, flakeInputs, path, hostName, config, lib, pkgs, customUtils, ... }: 1{ flake, flakeInputs, home-manager, path, hostName, config, lib, pkgs, customUtils, ... }:
2 2
3with lib; 3with lib;
4 4
@@ -7,8 +7,8 @@ let
7 userProfileSet = customUtils.types.attrNameSet (zipAttrs (attrValues flake.nixosModules.userProfiles)); 7 userProfileSet = customUtils.types.attrNameSet (zipAttrs (attrValues flake.nixosModules.userProfiles));
8 hasSops = config.sops.secrets != {}; 8 hasSops = config.sops.secrets != {};
9in { 9in {
10 imports = with flakeInputs; 10 imports =
11 [ sops-nix.nixosModules.sops 11 [ flakeInputs.sops-nix.nixosModules.sops
12 home-manager.nixosModules.home-manager 12 home-manager.nixosModules.home-manager
13 ]; 13 ];
14 14