diff --git a/home/modules/default.nix b/home/modules/default.nix index 289ca95..313f879 100644 --- a/home/modules/default.nix +++ b/home/modules/default.nix @@ -111,7 +111,7 @@ toplevel@{ moduleWithSystem, ... }: { nushell = { enable = true; environmentVariables = { config = '' { show_banner: false, completions: { quick: false partial: false algorithm: "prefix" } } ''; }; - shellAliases = shellAliases // { gcal = '' bash -c "cal $(date +%Y)" ''; la = "ls -al"; dev = "nix develop --command $env.SHELL"; }; + shellAliases = { gcal = '' bash -c "cal $(date +%Y)" ''; la = "ls -al"; dev = "nix develop --command $env.SHELL"; }; }; kitty.shellIntegration = { enableBashIntegration = true; enableZshIntegration = true; }; tmux = {