nix/modules/services/default.nix
2024-08-31 17:52:32 +02:00

11 lines
96 B
Nix

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