This commit is contained in:
Morten Olsen
2025-12-25 00:55:45 +01:00
parent addbe8f963
commit e384cc4829
3 changed files with 13 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ in {
# Window management # Window management
"aerospace" "aerospace"
"claude-code"
# Productivity # Productivity
"raycast" "raycast"
@@ -43,6 +44,8 @@ in {
# Networking & IoT # Networking & IoT
"localsend" "localsend"
"home-assistant" "home-assistant"
"cursor-cli"
]; ];
description = "Homebrew casks to install on all machines"; description = "Homebrew casks to install on all machines";
}; };

View File

@@ -90,7 +90,8 @@ in {
}; };
ExtensionSettings = mkExtensionSettings { ExtensionSettings = mkExtensionSettings {
"78272b6fa58f4a1abaac99321d503a20@proton.me" = "proton-pass"; #"78272b6fa58f4a1abaac99321d503a20@proton.me" = "proton-pass";
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = "bitwarden-password-manager";
"{d7742d87-e61d-4b78-b8a1-b469842139fa}" = "vimium-ff"; "{d7742d87-e61d-4b78-b8a1-b469842139fa}" = "vimium-ff";
"readeck@readeck.com" = "readeck"; "readeck@readeck.com" = "readeck";
"@testpilot-containers" = "multi-account-containers"; "@testpilot-containers" = "multi-account-containers";

View File

@@ -91,6 +91,8 @@
popeye # popeye #
argocd argocd
kubeseal kubeseal
kubebuilder
kind
# ======================================================================== # ========================================================================
# Infrastructure and Cloud Tools # Infrastructure and Cloud Tools
@@ -133,6 +135,12 @@
# ======================================================================== # ========================================================================
nixfmt-rfc-style # Nix code formatter nixfmt-rfc-style # Nix code formatter
nil # Nix language server nil # Nix language server
# ========================================================================
# AAI tools
# ========================================================================
gemini-cli
opencode
]; ];
# ======================================================================== # ========================================================================