nichts/modules/services/default.nix

8 lines
88 B
Nix
Raw Normal View History

2024-04-10 17:39:26 +02:00
_: {
imports = [
./pipewire.nix
./ssh.nix
2024-05-05 20:28:17 +02:00
./greetd.nix
2024-04-10 17:39:26 +02:00
];
}