nix-stuff/roles/desktop/services/default.nix

9 lines
83 B
Nix

{ ... }:
{
imports = [
./ssh-agent.nix
./flatpak.nix
./syncthing.nix
];
}