nix/home-manager/cli/default.nix

11 lines
122 B
Nix

{ ... }:
{
imports = [
./git.nix
./pass.nix
./gnupg.nix
./bat.nix
./eza.nix
./direnv.nix
];
}