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