mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Added direnv with nix-direnv and zsh integration
This commit is contained in:
parent
8daa9bb2d8
commit
74279b5e03
|
@ -1,3 +1,4 @@
|
||||||
|
(package! direnv)
|
||||||
(package! org-modern)
|
(package! org-modern)
|
||||||
(package! org-super-agenda)
|
(package! org-super-agenda)
|
||||||
(package! emacsql :pin "c1a4407")
|
(package! emacsql :pin "c1a4407")
|
||||||
|
|
|
@ -34,5 +34,10 @@ in
|
||||||
neofetch lolcat cowsay
|
neofetch lolcat cowsay
|
||||||
gnugrep gnused
|
gnugrep gnused
|
||||||
bat exa bottom fd
|
bat exa bottom fd
|
||||||
|
direnv nix-direnv
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.direnv.enable = true;
|
||||||
|
programs.direnv.enableZshIntegration = true;
|
||||||
|
programs.direnv.nix-direnv.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue