nix/modules/services/default.nix

11 lines
96 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
2024-08-31 16:58:46 +02:00
./dunst
./gdm
./polkit
./syncthing
2024-08-31 17:37:21 +02:00
./virt
2024-08-31 17:52:32 +02:00
./misc
2024-08-31 16:04:57 +02:00
];
2024-07-09 22:20:44 +02:00
}