From dea5cbea293c660c5893098ece655bb8236f47a8 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Mon, 27 Oct 2025 11:28:56 +0700 Subject: [PATCH] chore: make libs leaner --- flake.nix | 3 ++- modules/darwin/homebrew.nix | 18 ++---------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/flake.nix b/flake.nix index 1d185c3..a4ad5e5 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 50e869f..d56d7e8 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -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.";