14 lines
160 B
Nix
14 lines
160 B
Nix
{...}: {
|
|
imports = [
|
|
./apps
|
|
./hardware
|
|
./network
|
|
./terminal
|
|
./wm
|
|
./users
|
|
./boot
|
|
./base
|
|
./timers
|
|
./username.nix
|
|
];
|
|
}
|