final
This commit is contained in:
parent
e3c1c322a4
commit
7184d0c023
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
nixosConfigurations = {
|
||||
NOcomputer = nixosSystem [
|
||||
nixos-hw.common-cpu-amd
|
||||
nixos-hw.common-gpu-nvidia
|
||||
nixos-hw.common-gpu-nvidia-nonprime
|
||||
./systems/BASED.nix
|
||||
./systems/NOcomputer.nix
|
||||
./uwuraid.nix
|
||||
./gaming.nix
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
];
|
||||
NOlaptop = nixosSystem [
|
||||
# inputs.nixos-hardware.nixosModules.framework
|
||||
./systems/BASED.nix
|
||||
./systems/NOlaptop.nix
|
||||
./uwuraid.nix
|
||||
./gaming.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue