Skip to content

Commit

Permalink
feat(direnv): tweak a lil
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Dec 7, 2023
1 parent 216007e commit f649204
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ in
NIXOS_CONFIG = "$HOME/code/nixos-config/";
BROWSER = "brave";
DEFAULT_BROWSER = "brave";
DIRENV_LOG_FORMAT = ""; # Disable verbose direnv output showing env variables changed
};

};
Expand All @@ -163,8 +164,10 @@ in
enable = true;
};

direnv.enable = true;
direnv.nix-direnv.enable = true;
direnv = {
nix-direnv.enable = true;
strict_env = true;
};

exa.enable = true;

Expand Down

0 comments on commit f649204

Please sign in to comment.