mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
f6ea7b572b
commit
2f571980d7
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
luasnip
|
||||
nvim-cmp
|
||||
nvim-lspconfig
|
||||
rustaceanvim
|
||||
vim-just
|
||||
vim-sleuth
|
||||
vim-wakatime
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# development
|
||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
||||
(fenix.default.withComponents [ "cargo" "rustc" "rust-src" ])
|
||||
gtk4
|
||||
just
|
||||
nodejs_23
|
||||
|
|
Loading…
Reference in a new issue