nix
This commit is contained in:
parent
e255d81abb
commit
9b35964660
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -3,6 +3,7 @@ pkgs: with pkgs; [
|
||||||
ripgrep # "rg" cli, alternative to grep, used by nvim
|
ripgrep # "rg" cli, alternative to grep, used by nvim
|
||||||
fd # find alternative, used by nvim
|
fd # find alternative, used by nvim
|
||||||
lsd # "ls" alternative
|
lsd # "ls" alternative
|
||||||
|
zoxide # "z" command
|
||||||
nil # Nix LSP
|
nil # Nix LSP
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) # nerdfonts jetbrains mono
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue