From 7b8682f3d96742989d57726d3e381600f4b6295d Mon Sep 17 00:00:00 2001 From: mikl Date: Wed, 1 Jul 2026 15:41:06 +0300 Subject: [PATCH] feat: remove bitwarden, add pass-sync aliases (git push/pull/status) --- hosts/poppy/homebrew.nix | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/hosts/poppy/homebrew.nix b/hosts/poppy/homebrew.nix index 19776cd..e69de29 100644 --- a/hosts/poppy/homebrew.nix +++ b/hosts/poppy/homebrew.nix @@ -1,34 +0,0 @@ -{ - homebrew.enable = true; - homebrew.onActivation.cleanup = "zap"; - - homebrew.taps = []; - - homebrew.brews = [ - "kew" - ]; - - homebrew.casks = [ - "google-chrome" - "google-drive" - "bitwarden" - "marta" - "vscodium" - "github" - "docker-desktop" - "ollama-app" - "microsoft-word" - "microsoft-excel" - "microsoft-powerpoint" - "obsidian" - "anki" - "calibre" - "telegram" - "maccy" - "mos" - "caffeine" - "lunacy" - "skim" - "markedit" - ]; -}