nix/modules/services/default.nix
2024-08-31 17:37:21 +02:00

10 lines
85 B
Nix

{
imports = [
./dunst
./gdm
./polkit
./syncthing
./virt
];
}