chore: make libs leaner
This commit is contained in:
parent
3da4f4d493
commit
dea5cbea29
2 changed files with 4 additions and 17 deletions
|
|
@ -121,7 +121,8 @@
|
|||
in {
|
||||
default = importShell "default";
|
||||
python-uv = importShell "python-uv";
|
||||
ml-ai = importShell "ml-ai";
|
||||
ai-notebook = importShell "ai-notebook";
|
||||
jupyter-notebook = importShell "jupyter-notebook";
|
||||
go = importShell "go";
|
||||
web-bun = importShell "web-bun";
|
||||
rust = importShell "rust";
|
||||
|
|
|
|||
|
|
@ -16,16 +16,7 @@ in {
|
|||
};
|
||||
brews = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [
|
||||
"curl"
|
||||
"yt-dlp"
|
||||
"ruff"
|
||||
"libmagic"
|
||||
"ghostscript"
|
||||
"infisical"
|
||||
"fastfetch"
|
||||
"neofetch"
|
||||
];
|
||||
default = [ "curl" "yt-dlp" "ruff" "libmagic" "ghostscript" "infisical" ];
|
||||
description = "Homebrew formulae to install.";
|
||||
};
|
||||
casks = mkOption {
|
||||
|
|
@ -33,18 +24,13 @@ in {
|
|||
default = [
|
||||
"bitwarden"
|
||||
"chromium"
|
||||
"dbngin"
|
||||
"pgadmin4"
|
||||
"docker-desktop"
|
||||
"iterm2"
|
||||
"spotify"
|
||||
"discord"
|
||||
"vesktop"
|
||||
"obs"
|
||||
"neohtop"
|
||||
"orbstack"
|
||||
"visual-studio-code"
|
||||
"google-chrome@canary"
|
||||
"mactex"
|
||||
"ghostty"
|
||||
];
|
||||
description = "Homebrew casks to install.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue