blob: e4ddd9e43f09a621d8861fae9a569ade84c27c0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
];
}
|