diff options
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 5258f2f..526e0c6 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -73,6 +73,8 @@ ASPELL_CONF = "conf ${config.xdg.configHome}/aspell/config;"; # for some reason, if I don't set this, zsh is picked up and mess up stuff. SHELL = "${pkgs.fish}/bin/fish"; + # stop bothering me with brew messages + HOMEBREW_NO_AUTO_UPDATE = 1; }; programs.direnv = { |