mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
473d1523c4
commit
d8a72b165e
2 changed files with 10 additions and 6 deletions
|
@ -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" ])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue