diff options
Diffstat (limited to 'mun.nix')
| -rwxr-xr-x | mun.nix | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -11,6 +11,18 @@ stateVersion = "25.11"; packages = with pkgs; [ + # === Development Tools === + cargo + rustc + rust-analyzer + rustfmt + clippy + ruff + + # === Applications === + discord + + # === Utilities === pay-respects zathura ripgrep |
