We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f5c73 commit a71bfb9Copy full SHA for a71bfb9
1 file changed
modules/darwin/default.nix
@@ -35,16 +35,12 @@
35
}) [
36
"nova"
37
"postico"
38
- "qlmarkdown"
39
]
40
++ lib.optionals allowVpn ["tailscale"];
41
# TODO: casks marked as auto_updates should be set as greedy with auto update setting disabled
42
otherApps = [
43
"craft" # auto_updates
44
"legcord"
45
- "qlcolorcode"
46
- "qlstephen"
47
- "quicklook-json"
48
"roon" # auto_updates
49
"textual"
50
];
0 commit comments