Now removing it as it caused a stackoverflow and not dealing with that shiz today son

This commit is contained in:
Tyler Kelley 2024-01-20 13:08:45 -06:00
parent 3459b7de95
commit 6680927788
2 changed files with 6 additions and 11 deletions

View File

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

View File

@ -6,7 +6,12 @@
imports = imports =
[ [
./hardware.nix ./hardware.nix
./config/system ./config/system/amd-opengl.nix
./config/system/autorun.nix
./config/system/boot.nix
./config/system/default.nix
./config/system/intel-opengl.nix
./config/system/polkit.nix
]; ];
# Enable networking # Enable networking