nix-config/modules/darwin/casks.nix
2025-12-28 08:43:33 +01:00

15 lines
203 B
Nix

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