nichts/modules/services/module.nix

12 lines
142 B
Nix
Raw Normal View History

2024-07-23 00:00:26 +02:00
_: {
imports = [
./pipewire.nix
./locate.nix
./ssh.nix
./greetd.nix
./dunst.nix
./mpd.nix
./firewall.nix
];
}