Compare commits

..

3 Commits

Author SHA1 Message Date
Morten Olsen
20548f94cd add argocd 2025-12-16 20:26:49 +01:00
Morten Olsen
8cd490ad3b added zen browser 2025-12-16 20:22:35 +01:00
Morten Olsen
4ca7376a20 improved system setup 2025-12-16 19:58:34 +01:00
4 changed files with 2 additions and 5 deletions

View File

@@ -1,2 +0,0 @@
[tools]
rust = "latest"

View File

@@ -27,7 +27,6 @@ in {
# Terminal & Development # Terminal & Development
"ghostty" "ghostty"
"dbeaver-community" "dbeaver-community"
"visual-studio-code"
# Window management # Window management
"aerospace" "aerospace"
@@ -60,7 +59,6 @@ in {
# Communication # Communication
"signal" "signal"
"thunderbird"
# Gaming # Gaming
"steam" "steam"
@@ -105,6 +103,7 @@ 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)";
}; };

View File

@@ -63,6 +63,7 @@
# 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

View File

@@ -272,7 +272,6 @@
${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 = {