diff --git a/flake.nix b/flake.nix index 696915e..4558532 100644 --- a/flake.nix +++ b/flake.nix @@ -56,13 +56,11 @@ homeConfigurations = { useGlobalPkgs = true; "root@${hostname}" = home-manager.lib.homeManagerConfiguration { - # pkgs = nixpkgs.legacyPackages.${system}; extraSpecialArgs = {inherit inputs outputs pkgs;}; modules = [ ./home-manager/git.nix ]; }; "${user}@${hostname}" = home-manager.lib.homeManagerConfiguration { - # pkgs = nixpkgs.legacyPackages.${system}; extraSpecialArgs = {inherit inputs outputs pkgs;}; modules = [ ./home-manager/home.nix ]; };