(home) add DO_NOT_TRACK env variable

This commit is contained in:
Laureηt 2024-07-21 20:04:09 +02:00
parent 3ce5101aba
commit 9dce54aace
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -12,4 +12,8 @@
./tmux.nix
./fish.nix
];
home.sessionVariables = {
DO_NOT_TRACK = 1;
};
}