From 8bfe7ee4a5738d697b4aa9ce01aae792e9978bc0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 23 Apr 2026 13:28:19 -0400 Subject: [PATCH] home: set do not track --- modules/home/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/default.nix b/modules/home/default.nix index 5c7b815..3849837 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -1,5 +1,8 @@ { home.stateVersion = "24.05"; + home.sessionVariables = { + DO_NOT_TRACK = "1"; + }; imports = [ ./cli/tmux.nix ./editors/neovim