16 lines
209 B
Nix
Executable file
16 lines
209 B
Nix
Executable file
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./boot
|
|
./hardware
|
|
./i18n
|
|
./networking
|
|
./nix
|
|
./packages
|
|
./power-management
|
|
./security
|
|
#./specialisation # dont actually use this
|
|
./users
|
|
];
|
|
}
|