chore: make libs leaner

This commit is contained in:
Rasyidan Akbar F. 2025-10-27 11:28:56 +07:00
commit dea5cbea29
2 changed files with 4 additions and 17 deletions

View file

@ -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";

View file

@ -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.";