removed commented lines
This commit is contained in:
@@ -56,13 +56,11 @@
|
|||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
"root@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
"root@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
||||||
# pkgs = nixpkgs.legacyPackages.${system};
|
|
||||||
extraSpecialArgs = {inherit inputs outputs pkgs;};
|
extraSpecialArgs = {inherit inputs outputs pkgs;};
|
||||||
modules = [ ./home-manager/git.nix ];
|
modules = [ ./home-manager/git.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"${user}@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
"${user}@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
||||||
# pkgs = nixpkgs.legacyPackages.${system};
|
|
||||||
extraSpecialArgs = {inherit inputs outputs pkgs;};
|
extraSpecialArgs = {inherit inputs outputs pkgs;};
|
||||||
modules = [ ./home-manager/home.nix ];
|
modules = [ ./home-manager/home.nix ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user