Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Jun 11, 2024
1 parent 056a35b commit 2b07479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home-manager/personalities/cli/direnv.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{config, ...}:{
programs.direnv = {
enable = true;
whitelist.prefix = [ "${config.home.homeDirectory}/dev" ];
config.whitelist.prefix = [ "${config.home.homeDirectory}/dev" ];
config.load_dotenv = true;
config.warn_timeout = 0;
};
programs.direnv.nix-direnv.enable = true;
Expand Down

0 comments on commit 2b07479

Please sign in to comment.