aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-07 07:57:56 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-07 07:57:56 -0800
commit9bed82f82e5fb7f1f39f9f9e92fb910cb4c8d837 (patch)
treed5c6b7517244d2d51295018c74d98ee879c84bda /nix/users
parentinstall vault (this is needed for hashi) (diff)
downloadinfra-9bed82f82e5fb7f1f39f9f9e92fb910cb4c8d837.tar.gz
consolidate homebrew configuration
uninstall iTerm2 and will replace it with wezterm
Diffstat (limited to 'nix/users')
-rw-r--r--nix/users/fcuny/shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index bcac8c6..c022206 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -93,7 +93,6 @@ in
home.sessionVariables = {
EDITOR = "code --wait";
- HOMEBREW_NO_AUTO_UPDATE = 1;
LESS = "-FRSXM";
LESSCHARSET = "utf-8";
PAGER = "less";