nixos/modules/home/shell/default.nix

10 lines
No EOL
89 B
Nix

{ ... }:
{
imports = [
./atuin.nix
./direnv.nix
./git.nix
./zsh
];
}