From 9dce54aacec14fc9e9debabde21761f147d7ada8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 21 Jul 2024 20:04:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(home)=20add=20DO=5FNOT=5FTRACK=20e?= =?UTF-8?q?nv=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; + }; }