mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-08 23:55:01 +08:00
home: set do not track
This commit is contained in:
parent
040cf1e004
commit
8bfe7ee4a5
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
home.stateVersion = "24.05";
|
||||
home.sessionVariables = {
|
||||
DO_NOT_TRACK = "1";
|
||||
};
|
||||
imports = [
|
||||
./cli/tmux.nix
|
||||
./editors/neovim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue