diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; } - ./userdata.nix + ./global ./os/${host}/configuration.nix sops-nix.nixosModules.sops ]; @@ -35,7 +35,7 @@ makeHome = useType: system: home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.${system}; modules = [ - ./userdata.nix + ./global ./home/${useType}/home.nix ]; }; |