summaryrefslogtreecommitdiff
path: root/modules/pc/software/access/default.nix
blob: 32d5500a688678fb89a4dffdc4fa483888ce2022 (plain) (blame)
1
2
3
4
5
6
{
  imports = [
    ./gnupg.nix
    ./ssh.nix
  ];
}