improve nvim-tree icons

This commit is contained in:
Noah Masur
2022-07-13 04:23:38 +00:00
parent 51c75e2874
commit 59c5369783
5 changed files with 33 additions and 4 deletions

View File

@ -2,10 +2,10 @@
home-manager.users.${config.user} = {
home.packages = with pkgs;
[
nixfmt # Nix file formatter
];
home.packages = with pkgs; [
nixfmt # Nix file formatter
rnix-lsp # Nix language server
];
};