Skip to content

Commit

Permalink
direnv: Use same nix package
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Aug 26, 2024
1 parent 20fa70a commit b4e47ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/direnv.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ config, ... }:
{
programs.direnv = {
enable = true;
package = config.nix.package;
nix-direnv.enable = true;
config.global = {
hide_env_diff = true;
Expand Down

0 comments on commit b4e47ca

Please sign in to comment.