1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-05 21:23:07 +00:00
This commit is contained in:
Rae 5e 2024-12-20 15:19:50 -05:00
parent 2f571980d7
commit 1528d29d8b
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
environment.systemPackages = with pkgs; [
# development
(fenix.default.withComponents [ "cargo" "rustc" "rust-src" ])
(fenix.default.withComponents [ "cargo" "rustc" ])
gtk4
just
nodejs_23