diff --git a/home/home.scm b/home/home.scm index 758a4e3..2338188 100644 --- a/home/home.scm +++ b/home/home.scm @@ -103,11 +103,6 @@ "clang-toolchain" "python" - ; rust - "rust" - "rust-cargo" - "rust-analyzer" - ; social "gajim" "gajim-openpgp" 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 ]; };