nix/module/Bash.nix

5 lines
151 B
Nix
Raw Normal View History

{ lib, ... } @args: {
# Remove default aliases for `l`, `ll` etc as they break my function definitions.
environment.shellAliases = lib.mkForce {};
}