Skip to content

Commit

Permalink
direnv: Use the same nix package (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Aug 26, 2024
1 parent d9df14e commit 88564c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ flake, pkgs, ... }:
{ flake, config, pkgs, ... }:
{
imports = [
./nix-index.nix
Expand Down Expand Up @@ -121,6 +121,7 @@
# https://nixos.asia/en/direnv
direnv = {
enable = true;
package = config.nix.package;
nix-direnv.enable = true;
config.global = {
# Make direnv messages less verbose
Expand Down

0 comments on commit 88564c9

Please sign in to comment.