mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-23 20:58:35 +01:00
Now removing it as it caused a stackoverflow and not dealing with that shiz today son
This commit is contained in:
parent
3459b7de95
commit
6680927788
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
./amd-opengl.nix
|
|
||||||
./autorun.nix
|
|
||||||
./boot.nix
|
|
||||||
./default.nix
|
|
||||||
./intel-opengl.nix
|
|
||||||
./polkit.nix
|
|
||||||
];
|
|
||||||
}
|
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user