anagonia - xps m1330- alyx
This commit is contained in:
parent
cdf5a8bee0
commit
f6e7398e09
4 changed files with 240 additions and 0 deletions
22
flake.nix
22
flake.nix
|
|
@ -63,6 +63,28 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations."anagonia" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./base/anagonia
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
isBritish = true;
|
||||
class = "lowspec";
|
||||
user = "alyx";
|
||||
useSyncthing = false;
|
||||
};
|
||||
};
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.alyx = ./home;
|
||||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations."apollo" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue