1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-20 15:16:38 -05:00
parent f6ea7b572b
commit 2f571980d7
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
luasnip
nvim-cmp
nvim-lspconfig
rustaceanvim
vim-just
vim-sleuth
vim-wakatime

View file

@ -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