mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +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
|
luasnip
|
||||||
nvim-cmp
|
nvim-cmp
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
|
rustaceanvim
|
||||||
vim-just
|
vim-just
|
||||||
vim-sleuth
|
vim-sleuth
|
||||||
vim-wakatime
|
vim-wakatime
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# development
|
# development
|
||||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
(fenix.default.withComponents [ "cargo" "rustc" "rust-src" ])
|
||||||
gtk4
|
gtk4
|
||||||
just
|
just
|
||||||
nodejs_23
|
nodejs_23
|
||||||
|
|
Loading…
Reference in a new issue