This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
ef6bf14c3c
nixos
/
home
/
env
/
direnv.nix
7 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
Formatting pass with alejandra
2023-05-17 17:10:18 +01:00
{
.
.
.
}:
{
Enable nix-direnv integration to cache direnv builds
2023-05-31 11:18:45 +01:00
programs
.
direnv
=
{
enable
=
true
;
nix-direnv
.
enable
=
true
;
}
;
Reorganise common directory with env for less duplication
2023-04-23 14:46:59 +01:00
}
Reference in a new issue
Copy permalink