rizzX
This commit is contained in:
@@ -17,13 +17,14 @@
|
||||
nixosConfigurations = {
|
||||
nixos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit master;};
|
||||
specialArgs = {inherit nixvim;};
|
||||
modules = [ ./configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
specialArgs = {inherit nixvim;};
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.joshuaelm = import ./home.nix;
|
||||
home-manager.users.joshuaelm = {
|
||||
imports = [ ./home.nix nixvim.homeManagerModules.nixvim];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user