From f49f7959f60853aaab8e717243c4f2cc4bc3d9ad Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 20 Sep 2025 21:07:00 +0200 Subject: [PATCH] Use homebrew keepassxc instead --- hosts/darwin/home-default.nix | 3 --- hosts/darwin/system-default.nix | 2 +- modules/homebrew.nix | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/darwin/home-default.nix b/hosts/darwin/home-default.nix index 2c0974f..340c9b3 100644 --- a/hosts/darwin/home-default.nix +++ b/hosts/darwin/home-default.nix @@ -184,8 +184,5 @@ claude-code.packages.aarch64-darwin.claude-code lazysql sqlite - - # Productivity apps - keepassxc # Password manager (Linux/Windows/macOS) ]; } diff --git a/hosts/darwin/system-default.nix b/hosts/darwin/system-default.nix index 8d57cf3..3953c2d 100644 --- a/hosts/darwin/system-default.nix +++ b/hosts/darwin/system-default.nix @@ -51,7 +51,7 @@ "/Applications/Firefox.app" "/Applications/Obsidian.app" "/Applications/Ghostty.app" - "/Users/yanlin/Applications/Home Manager Apps/KeePassXC.app" + "/Applications/KeePassXC.app" ]; persistent-others = [ "/Users/yanlin/Desktop" diff --git a/modules/homebrew.nix b/modules/homebrew.nix index c22204f..d7407c4 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -14,6 +14,7 @@ ]; casks = [ # GUI applications - manually installed apps now managed by Homebrew + "keepassxc" "inkscape" "firefox" "obsidian"