Do it right this time lol

This commit is contained in:
Tyler Kelley 2024-01-20 13:02:46 -06:00
parent eb7692a0e7
commit 3459b7de95
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
{
imports = [ ./system ];
}

10
config/system/default.nix Normal file
View File

@ -0,0 +1,10 @@
{
imports = [
./amd-opengl.nix
./autorun.nix
./boot.nix
./default.nix
./intel-opengl.nix
./polkit.nix
];
}

View File

@ -6,7 +6,7 @@
imports = imports =
[ [
./hardware.nix ./hardware.nix
./config/ ./config/system
]; ];
# Enable networking # Enable networking