nix/modules/home/cli/default.nix

10 lines
108 B
Nix

{ ... }:
{
imports = [
./zsh.nix
./git.nix
./pass.nix
./gnupg.nix
./neovim.nix
];
}