Compare commits
2 Commits
improvemen
...
2056d9a46e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2056d9a46e | ||
|
|
19cd2a8224 |
@@ -59,6 +59,7 @@ in {
|
|||||||
|
|
||||||
# Communication
|
# Communication
|
||||||
"signal"
|
"signal"
|
||||||
|
"thunderbird"
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
"steam"
|
"steam"
|
||||||
@@ -103,7 +104,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)";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -62,7 +62,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
|
||||||
|
|||||||
@@ -281,6 +281,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