Skip to content

Commit 2e36a1f

Browse files
committed
Remove unused
1 parent b908f18 commit 2e36a1f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

modules/darwin.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# Electron apps generally are marked auto_updates
2121
electronApps = [
2222
"github"
23-
"signal"
2423
];
2524
# Apps marked auto_updates but which have their updates disabled via CustomUserPreferences
2625
greedyApps =
@@ -29,32 +28,23 @@
2928
greedy = true;
3029
}) [
3130
"daisydisk"
32-
"dash"
3331
"jordanbaird-ice" # Bartender replacement
3432
"nova"
3533
"popclip"
3634
"postico"
3735
"qlmarkdown"
38-
"rapidapi"
3936
"soundsource"
40-
"tripmode"
41-
"vlc"
42-
"xld"
4337
]
4438
++ lib.optionals allowVpn ["tailscale"];
4539
# TODO: casks marked as auto_updates should be set as greedy with auto update setting disabled
4640
otherApps = [
47-
"apparency"
48-
"backblaze" # auto_updates
4941
"craft" # auto_updates
5042
"eloston-chromium"
5143
# "fastscripts" # TODO: Use pre-v3
5244
"legcord"
5345
#"mochi"
5446
"qlcolorcode"
55-
"qlimagesize"
5647
"qlstephen"
57-
"qlvideo"
5848
"quicklook-json"
5949
"roon" # auto_updates
6050
"scroll-reverser"

0 commit comments

Comments
 (0)