nichts/modules/services/default.nix
2024-05-05 20:28:17 +02:00

7 lines
88 B
Nix

_: {
imports = [
./pipewire.nix
./ssh.nix
./greetd.nix
];
}