add direnv

This commit is contained in:
Nikos Papadakis 2023-09-30 18:15:53 +03:00
parent 92d502d1ac
commit 73d301db70
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
2 changed files with 2 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,5 +6,6 @@ pkgs: with pkgs; [
zoxide # "z" command zoxide # "z" command
nil # Nix LSP nil # Nix LSP
nixpkgs-fmt # Nix formatter nixpkgs-fmt # Nix formatter
direnv # Sources .envrc files
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
] ]