12 lines
145 B
Nix
12 lines
145 B
Nix
|
{
|
||
|
imports = [
|
||
|
./avahi.nix
|
||
|
./bluetooth.nix
|
||
|
./gnupg.nix
|
||
|
./openssh.nix
|
||
|
./pipewire.nix
|
||
|
./xbanish.nix
|
||
|
./zram.nix
|
||
|
];
|
||
|
}
|