mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
Do it right this time lol
This commit is contained in:
parent
eb7692a0e7
commit
3459b7de95
@ -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 =
|
||||
[
|
||||
./hardware.nix
|
||||
./config/
|
||||
./config/system
|
||||
];
|
||||
|
||||
# Enable networking
|
||||
|
Loading…
Reference in New Issue
Block a user