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