This commit is contained in:
Nikos Papadakis 2023-09-26 20:40:23 +03:00
parent e255d81abb
commit 9b35964660
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -3,6 +3,7 @@ pkgs: with pkgs; [
ripgrep # "rg" cli, alternative to grep, used by nvim
fd # find alternative, used by nvim
lsd # "ls" alternative
zoxide # "z" command
nil # Nix LSP
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
]