From a3fc7515c52843fcf3901e9c446420d7a8f19775 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 23 Apr 2025 05:57:39 -0700 Subject: Nara: Organise cask file structure --- modules/mac/programs/homebrew/casks/default.nix | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 modules/mac/programs/homebrew/casks/default.nix (limited to 'modules/mac/programs/homebrew/casks/default.nix') diff --git a/modules/mac/programs/homebrew/casks/default.nix b/modules/mac/programs/homebrew/casks/default.nix new file mode 100644 index 0000000..e4ddd9e --- /dev/null +++ b/modules/mac/programs/homebrew/casks/default.nix @@ -0,0 +1,37 @@ +{ + imports = [ + ./ai.nix + ./audio.nix + ./browser.nix + ./communication.nix + ./development.nix + ./gaming.nix + ./improved-macos.nix + ./notation.nix + ./video.nix + ]; + + homebrew.casks = [ + "pearcleaner" + "coconutbattery" + "anytype" + "webtorrent" + "daisydisk" + "cursr" + "onyx" + "sony-ps-remote-play" + # "retroarch" + "netnewswire" + "prettyclean" + "imageoptim" + "setapp" + # "parallels" + "proton-drive" + "proton-mail" + "proton-pass" + "protonvpn" + "cork" + "google-drive" + "notion-calendar" + ]; +} -- cgit v1.2.3