19 lines
241 B
Nix
19 lines
241 B
Nix
|
{
|
||
|
imports = [
|
||
|
./avahi.nix
|
||
|
./bash.nix
|
||
|
./boot.nix
|
||
|
./dbus.nix
|
||
|
./fs.nix
|
||
|
./fwupd.nix
|
||
|
./nix.nix
|
||
|
./opengl.nix
|
||
|
./openssh.nix
|
||
|
./readline.nix
|
||
|
./ssh.nix
|
||
|
./sudo.nix
|
||
|
./swap.nix
|
||
|
./users.nix
|
||
|
];
|
||
|
}
|