diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-19 15:19:24 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-19 15:19:24 +0530 |
| commit | ed6c87bf5e4549500d4c1d2bcedbfcd2a3736d6d (patch) | |
| tree | 162ca57c7957b7f043906f95a845151264d2c007 | |
| parent | 51f7c57c7e317c986783e6be77eaee4a9c85e21c (diff) | |
Added rust and go, I think... I'm not sure
| -rw-r--r-- | configuration.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 716b7e6..fc59a8f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -77,7 +77,10 @@ xfce.thunar-archive-plugin xfce.thunar-media-tags-plugin python315 - rustup + rust + cargo + clippy + rustfmt brillo gnome.gvfs wlr-randr @@ -102,7 +105,8 @@ php phpPackages.composer nodejs_25 - + go + lazygit ]; fonts.packages = with pkgs; [ |
