nix-config/modules/darwin/casks.nix
2025-12-03 06:47:42 +01:00

17 lines
235 B
Nix

{
homebrew.casks = [
"acorn"
"chatgpt"
"electrum"
"ghostty"
"glance-chamburr"
"iina"
"keepassxc"
"libreoffice"
"monero-wallet"
"mythic"
"netnewswire"
"obsidian"
"sf-symbols"
];
}