nix-config/home/essentials/default.nix

8 lines
105 B
Nix

{ age, config, ... }: {
imports = [
./git.nix
./keyring.nix
./ssh.nix
./zsh.nix
];
}