diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 13:29:35 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 13:29:35 +0100 |
| commit | 154093573c13cdba63a6077710f4e09ccbe2ade3 (patch) | |
| tree | 9c2ca48491bfb40665c00480f7f3ed0a8f5c1194 /mun.nix | |
| parent | 284c440ee9586ea45af55ab1cee1b7f26beda204 (diff) | |
refactored + added README
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 |
