nix/modules/services/default.nix

9 lines
72 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
./dunst
./gdm
./polkit
./syncthing
];
2024-07-09 22:20:44 +02:00
}