diff --git a/home/shell/default.nix b/home/shell/default.nix index bee27b7..376eaea 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -12,4 +12,8 @@ ./tmux.nix ./fish.nix ]; + + home.sessionVariables = { + DO_NOT_TRACK = 1; + }; }