1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2024-12-23 14:44:50 -05:00
parent 473d1523c4
commit d8a72b165e
2 changed files with 10 additions and 6 deletions

View file

@ -1,5 +1,9 @@
{ pkgs, ... }:
{
# I'm not sure if you actually need stuff like GTK4 to be
# in here when it's really only used with nix-shell and the
# amount of time it saves during installation is probably
# only like a few seconds
environment.systemPackages = with pkgs; [
# development
(fenix.default.withComponents [ "cargo" "rustc" ])