Compare commits
3 Commits
0cbe2bb231
...
improvemen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20548f94cd | ||
|
|
8cd490ad3b | ||
|
|
4ca7376a20 |
@@ -27,7 +27,6 @@ in {
|
||||
# Terminal & Development
|
||||
"ghostty"
|
||||
"dbeaver-community"
|
||||
"visual-studio-code"
|
||||
|
||||
# Window management
|
||||
"aerospace"
|
||||
@@ -60,7 +59,6 @@ in {
|
||||
|
||||
# Communication
|
||||
"signal"
|
||||
"thunderbird"
|
||||
|
||||
# Gaming
|
||||
"steam"
|
||||
@@ -105,6 +103,7 @@ in {
|
||||
"fluxcd/tap/flux"
|
||||
"sst/tap/opencode"
|
||||
"tree-sitter-cli"
|
||||
"borders"
|
||||
];
|
||||
description = "Homebrew formulae to install (for packages not in nixpkgs)";
|
||||
};
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
# 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
|
||||
|
||||
@@ -272,7 +272,6 @@
|
||||
${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 = {
|
||||
|
||||
Reference in New Issue
Block a user