Use homebrew keepassxc instead
This commit is contained in:
parent
5a88ff0526
commit
f49f7959f6
3 changed files with 2 additions and 4 deletions
|
|
@ -184,8 +184,5 @@
|
||||||
claude-code.packages.aarch64-darwin.claude-code
|
claude-code.packages.aarch64-darwin.claude-code
|
||||||
lazysql
|
lazysql
|
||||||
sqlite
|
sqlite
|
||||||
|
|
||||||
# Productivity apps
|
|
||||||
keepassxc # Password manager (Linux/Windows/macOS)
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
"/Applications/Firefox.app"
|
"/Applications/Firefox.app"
|
||||||
"/Applications/Obsidian.app"
|
"/Applications/Obsidian.app"
|
||||||
"/Applications/Ghostty.app"
|
"/Applications/Ghostty.app"
|
||||||
"/Users/yanlin/Applications/Home Manager Apps/KeePassXC.app"
|
"/Applications/KeePassXC.app"
|
||||||
];
|
];
|
||||||
persistent-others = [
|
persistent-others = [
|
||||||
"/Users/yanlin/Desktop"
|
"/Users/yanlin/Desktop"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
# GUI applications - manually installed apps now managed by Homebrew
|
# GUI applications - manually installed apps now managed by Homebrew
|
||||||
|
"keepassxc"
|
||||||
"inkscape"
|
"inkscape"
|
||||||
"firefox"
|
"firefox"
|
||||||
"obsidian"
|
"obsidian"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue