nix/modules/services/default.nix
2024-08-31 16:04:57 +02:00

9 lines
72 B
Nix

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