diff options
Diffstat (limited to 'home/nix/home.nix')
-rw-r--r-- | home/nix/home.nix | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/home/nix/home.nix b/home/nix/home.nix index ea60843..5870794 100644 --- a/home/nix/home.nix +++ b/home/nix/home.nix @@ -15,11 +15,23 @@ stateVersion = "25.05"; packages = with pkgs; [ - # desktop + # shell starship + # desktop discord element-desktop thunderbird + # rust + rustc + rustfmt + rust-analyzer + cargo + clippy + # unity + unityhub + # libs + openssl + libgcc ]; }; |