From 8ae7fd435e4f06f6172d93e65258f12850540473 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:21:44 -0400 Subject: [PATCH] fix: switch firefox and watchman to unstable to pull from cache also remove some unnecessary packages --- overlays/firefox.nix | 3 ++- .../modules/nmasur/presets/programs/jujutsu.nix | 2 +- .../modules/nmasur/profiles/experimental.nix | 11 ++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/overlays/firefox.nix b/overlays/firefox.nix index bd748b60..ca2cf004 100644 --- a/overlays/firefox.nix +++ b/overlays/firefox.nix @@ -1,5 +1,6 @@ inputs: final: prev: { - firefox-unwrapped = final.stable.firefox-unwrapped; + # Switch firefox to stable or unstable depending on need + firefox-unwrapped = final.unstable.firefox-unwrapped; } diff --git a/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix b/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix index c32834c1..6b138a17 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix @@ -59,7 +59,7 @@ in home.packages = [ # Required for the fsmonitor to auto-snapshot - pkgs.stable.watchman + pkgs.watchman # Required to be on path to work in Zellij pkgs.jjui diff --git a/platforms/home-manager/modules/nmasur/profiles/experimental.nix b/platforms/home-manager/modules/nmasur/profiles/experimental.nix index f83a5c8a..2b36633d 100644 --- a/platforms/home-manager/modules/nmasur/profiles/experimental.nix +++ b/platforms/home-manager/modules/nmasur/profiles/experimental.nix @@ -21,8 +21,8 @@ in home.packages = [ - pkgs.nmasur.ren-find # Rename files - pkgs.nmasur.rep-grep # Replace text in files + # pkgs.nmasur.ren-find # Rename files + # pkgs.nmasur.rep-grep # Replace text in files # Charm tools @@ -30,11 +30,16 @@ in pkgs.skate # Key-value store pkgs.charm # Manage account and filesystem pkgs.pop # Send emails from a TUI + # pkgs.crush # AI LLM Agent + + # Other utilities + pkgs.snitch # Network pkgs.comma # Nix-index auto-launch pkgs.nix-inspect # TUI for browsing Nix configs - # pkgs.crush # AI LLM Agent + # LLM + pkgs.gemini-cli # AI LLM Agent pkgs.antigravity-cli # AI LLM Agent pkgs.pi-coding-agent # AI LLM Agent