nix/modules/services/default.nix
2024-08-31 16:58:46 +02:00

9 lines
74 B
Nix

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