started modifing configuration structure
This commit is contained in:
18
system/default.nix
Normal file
18
system/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./audio
|
||||
./bluetooth
|
||||
./inputMethods
|
||||
./kernel
|
||||
./locale
|
||||
./network
|
||||
./nix
|
||||
./opengl
|
||||
./time
|
||||
./users
|
||||
./services
|
||||
./wm
|
||||
./env.nix
|
||||
./utils.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user