nix-config/home/default.nix
Bruno BELANYI 13f90dfcfa home: add gpg
Configures both `gpg` and `gpg-agent`
2021-03-03 17:02:49 +00:00

19 lines
259 B
Nix

{ ... }:
{
imports = [
./bat.nix
./direnv.nix
./documentation.nix
./git
./gpg.nix
./htop.nix
./jq.nix
./packages.nix
./pager.nix
./secrets # Home-manager specific secrets
./ssh.nix
./tmux.nix
./zsh
];
}