about summary refs log tree commit diff
path: root/users/fcuny/desktop/trust/default.nix
blob: cc5e70a8b9990ea1d723c56e0b5fef4a08176273 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, lib, pkgs, ... }:

{
  imports = [
    ./git.nix
    ./pass.nix
    ./pgp.nix
  ];
}