mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-08-20 18:26:12 +02:00
Do it right this time lol
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [ ./system ];
|
|
||||||
}
|
|
10
config/system/default.nix
Normal file
10
config/system/default.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./amd-opengl.nix
|
||||||
|
./autorun.nix
|
||||||
|
./boot.nix
|
||||||
|
./default.nix
|
||||||
|
./intel-opengl.nix
|
||||||
|
./polkit.nix
|
||||||
|
];
|
||||||
|
}
|
@@ -6,7 +6,7 @@
|
|||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./config/
|
./config/system
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
|
Reference in New Issue
Block a user