Machines: add Win Max 2
This commit is contained in:
parent
983b76f82a
commit
98e393fd92
5 changed files with 211 additions and 2 deletions
20
flake.nix
20
flake.nix
|
|
@ -158,7 +158,25 @@
|
|||
./machines/SteamDeck
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
WinMax2 = nixpkgs-unstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { systemPkgs = inputs.nixpkgs-unstable-raw; flakeSelf = self; };
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
jovian.nixosModules.default
|
||||
home-manager-unstable.nixosModule
|
||||
nix-index-db-unstable.nixosModules.nix-index
|
||||
nixos-hardware.nixosModules.gpd-win-max-2-2023
|
||||
./roles/common
|
||||
./roles/desktop
|
||||
./roles/kde
|
||||
./roles/gaming
|
||||
./roles/school
|
||||
./machines/WinMax2
|
||||
];
|
||||
};
|
||||
|
||||
Everest = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { systemPkgs = inputs.nixpkgs; flakeSelf = self; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue