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