updated flake.nix
This commit is contained in:
parent
817185595b
commit
594d9c4ed0
1 changed files with 25 additions and 0 deletions
25
flake.nix
25
flake.nix
|
@ -92,5 +92,30 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations.kurokoNightly = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/kurokoNightly
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
users.kaitotlex = {
|
||||
imports = [ ./users/kaitotlex ];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue