nix-stuff/roles/desktop/services/default.nix
2023-08-12 14:04:45 +02:00

8 lines
65 B
Nix

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