Compare commits
6 Commits
improvemen
...
0cbe2bb231
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cbe2bb231 | ||
|
|
e3c5020937 | ||
|
|
2c59d739d7 | ||
|
|
e6167c2f86 | ||
|
|
2056d9a46e | ||
|
|
19cd2a8224 |
@@ -27,6 +27,7 @@ in {
|
|||||||
# Terminal & Development
|
# Terminal & Development
|
||||||
"ghostty"
|
"ghostty"
|
||||||
"dbeaver-community"
|
"dbeaver-community"
|
||||||
|
"visual-studio-code"
|
||||||
|
|
||||||
# Window management
|
# Window management
|
||||||
"aerospace"
|
"aerospace"
|
||||||
@@ -59,6 +60,7 @@ in {
|
|||||||
|
|
||||||
# Communication
|
# Communication
|
||||||
"signal"
|
"signal"
|
||||||
|
"thunderbird"
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
"steam"
|
"steam"
|
||||||
@@ -103,7 +105,6 @@ in {
|
|||||||
"fluxcd/tap/flux"
|
"fluxcd/tap/flux"
|
||||||
"sst/tap/opencode"
|
"sst/tap/opencode"
|
||||||
"tree-sitter-cli"
|
"tree-sitter-cli"
|
||||||
"borders"
|
|
||||||
];
|
];
|
||||||
description = "Homebrew formulae to install (for packages not in nixpkgs)";
|
description = "Homebrew formulae to install (for packages not in nixpkgs)";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -63,7 +63,6 @@
|
|||||||
# Languages and Runtimes
|
# Languages and Runtimes
|
||||||
nodejs_22 # Node.js LTS (replaces NVM)
|
nodejs_22 # Node.js LTS (replaces NVM)
|
||||||
deno # JavaScript/TypeScript runtime
|
deno # JavaScript/TypeScript runtime
|
||||||
rustup # Rust toolchain manager
|
|
||||||
python313 # Python 3.13
|
python313 # Python 3.13
|
||||||
# pyenv is configured in shell.nix
|
# pyenv is configured in shell.nix
|
||||||
uv # Fast Python package installer
|
uv # Fast Python package installer
|
||||||
|
|||||||
@@ -272,6 +272,7 @@
|
|||||||
${pkgs.mise}/bin/mise use --global bun@latest
|
${pkgs.mise}/bin/mise use --global bun@latest
|
||||||
${pkgs.mise}/bin/mise use --global deno@latest
|
${pkgs.mise}/bin/mise use --global deno@latest
|
||||||
${pkgs.mise}/bin/mise use --global uv@latest
|
${pkgs.mise}/bin/mise use --global uv@latest
|
||||||
|
${pkgs.mise}/bin/mise use --global rust@latest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.nushell = {
|
programs.nushell = {
|
||||||
|
|||||||
Reference in New Issue
Block a user