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