Compare commits

...

2 Commits

Author SHA1 Message Date
Morten Olsen
2056d9a46e install rust 2025-12-16 22:57:06 +01:00
Morten Olsen
19cd2a8224 remove missing pkg 2025-12-16 22:48:54 +01:00
3 changed files with 2 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ in {
# Communication
"signal"
"thunderbird"
# Gaming
"steam"
@@ -103,7 +104,6 @@ in {
"fluxcd/tap/flux"
"sst/tap/opencode"
"tree-sitter-cli"
"borders"
];
description = "Homebrew formulae to install (for packages not in nixpkgs)";
};

View File

@@ -62,7 +62,6 @@
# Languages and Runtimes
nodejs_22 # Node.js LTS (replaces NVM)
deno # JavaScript/TypeScript runtime
rustup # Rust toolchain manager
python313 # Python 3.13
# pyenv is configured in shell.nix
uv # Fast Python package installer

View File

@@ -281,6 +281,7 @@
${pkgs.mise}/bin/mise use --global bun@latest
${pkgs.mise}/bin/mise use --global deno@latest
${pkgs.mise}/bin/mise use --global uv@latest
${pkgs.mise}/bin/mise use --global rust@latest
'';
programs.nushell = {