nix-config/modules/darwin/casks.nix
2026-01-13 10:11:02 +01:00

16 lines
193 B
Nix

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