mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nix): Add DO_NOT_TRACK
This commit is contained in:
parent
73c6e134ad
commit
f818ffb1bc
4 changed files with 28 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
in {
|
||||
imports = [
|
||||
../../modules/home/options.nix
|
||||
../../modules/home/do-not-track.nix
|
||||
./config.nix
|
||||
];
|
||||
home.username = username;
|
||||
|
|
@ -20,5 +21,7 @@ in {
|
|||
home-manager
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.sessionVariables.TERMINAL = config.currentUser.defaultTerminal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue