improvements
This commit is contained in:
@@ -62,6 +62,9 @@ in {
|
||||
|
||||
# Gaming
|
||||
"steam"
|
||||
|
||||
# Web
|
||||
"zen"
|
||||
];
|
||||
description = "Homebrew casks to install only on personal machines";
|
||||
};
|
||||
@@ -78,6 +81,8 @@ in {
|
||||
# Communication
|
||||
"slack"
|
||||
"pritunl"
|
||||
"google-chrome"
|
||||
"cursor"
|
||||
];
|
||||
description = "Homebrew casks to install only on work machines";
|
||||
};
|
||||
@@ -96,9 +101,9 @@ in {
|
||||
# These are from custom taps or preferred from Homebrew
|
||||
"coder/coder/coder"
|
||||
"fluxcd/tap/flux"
|
||||
"nvm"
|
||||
"sst/tap/opencode"
|
||||
"tree-sitter-cli"
|
||||
"borders"
|
||||
];
|
||||
description = "Homebrew formulae to install (for packages not in nixpkgs)";
|
||||
};
|
||||
@@ -158,6 +163,8 @@ in {
|
||||
# Formulae (CLI tools from Homebrew)
|
||||
brews = cfg.brews;
|
||||
|
||||
caskArgs.no_quarantine = true;
|
||||
|
||||
# Casks (GUI applications)
|
||||
casks =
|
||||
cfg.casks.shared
|
||||
|
||||
Reference in New Issue
Block a user