restructure
This commit is contained in:
16
satori.nix
Normal file
16
satori.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ lib, config, ...}:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./Satori/hardware.nix
|
||||
./Satori/stuff.nix
|
||||
./Satori/pkgs.nix
|
||||
./Satori/networking.nix
|
||||
./Satori/boot.nix
|
||||
# ./modules/nvidia-offload.nix
|
||||
./modules/pipewire.nix
|
||||
./modules/xorg.nix
|
||||
];
|
||||
system.stateVersion = "20.09";
|
||||
}
|
Reference in New Issue
Block a user