Files
nix-config/home-manager/features/cli/bash.nix

5 lines
66 B
Nix

programs.bash = {
enable = true;
shellAliases = myAliases;
};