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"