kekl
This commit is contained in:
@@ -18,11 +18,27 @@
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users.user = ./mod/home/home.nix;
|
||||
users.user = ./hosts/kepler/mod/home/home.nix;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations.voyager = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs system; };
|
||||
modules = [
|
||||
./hosts/voyager/configuration.nix
|
||||
#home-manager.nixosModules.home-manager
|
||||
#{
|
||||
#home-manager = {
|
||||
# useGlobalPkgs = true;
|
||||
# useUserPackages = true;
|
||||
# extraSpecialArgs = { inherit inputs; };
|
||||
# users.user = ./hosts/voyager/modules/home/home.nix;
|
||||
#};
|
||||
#}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user