Compare commits

...

2 commits

Author SHA1 Message Date
irl
7f9169af38 feat: add ripgrep and fzf for nvim deps 2025-07-08 14:21:31 +01:00
irl
3ca5f55ffa fix: semicolon 2025-07-08 14:21:13 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -50,7 +50,7 @@ in
fill: #fff !important; fill: #fff !important;
transform: translate(0, 14.5px); transform: translate(0, 14.5px);
} }
'' '';
}; };
}; };
}; };

View file

@ -14,9 +14,11 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
fzf
lua-language-server lua-language-server
nil nil
pyright pyright
ripgrep
rust-analyzer rust-analyzer
]; ];