generated from john/nix-docker
removed commented lines
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user