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 { in {
default = importShell "default"; default = importShell "default";
python-uv = importShell "python-uv"; python-uv = importShell "python-uv";
ml-ai = importShell "ml-ai"; ai-notebook = importShell "ai-notebook";
jupyter-notebook = importShell "jupyter-notebook";
go = importShell "go"; go = importShell "go";
web-bun = importShell "web-bun"; web-bun = importShell "web-bun";
rust = importShell "rust"; rust = importShell "rust";

View file

@ -16,16 +16,7 @@ in {
}; };
brews = mkOption { brews = mkOption {
type = types.listOf types.str; type = types.listOf types.str;
default = [ default = [ "curl" "yt-dlp" "ruff" "libmagic" "ghostscript" "infisical" ];
"curl"
"yt-dlp"
"ruff"
"libmagic"
"ghostscript"
"infisical"
"fastfetch"
"neofetch"
];
description = "Homebrew formulae to install."; description = "Homebrew formulae to install.";
}; };
casks = mkOption { casks = mkOption {
@ -33,18 +24,13 @@ in {
default = [ default = [
"bitwarden" "bitwarden"
"chromium" "chromium"
"dbngin"
"pgadmin4" "pgadmin4"
"docker-desktop" "docker-desktop"
"iterm2"
"spotify" "spotify"
"discord" "vesktop"
"obs" "obs"
"neohtop" "neohtop"
"orbstack" "orbstack"
"visual-studio-code"
"google-chrome@canary"
"mactex"
"ghostty" "ghostty"
]; ];
description = "Homebrew casks to install."; description = "Homebrew casks to install.";