nichts/modules/services/default.nix
2024-07-23 00:00:32 +02:00

12 lines
156 B
Nix

_: {
imports = [
./pipewire.nix
./locate.nix
./ssh.nix
./greetd.nix
./dunst.nix
./mpd.nix
./firewall.nix
./vpn.nix
];
}