2 Commits
Author SHA1 Message Date
Noah Masur 8ae7fd435e fix: switch firefox and watchman to unstable to pull from cache
also remove some unnecessary packages
2026-08-08 10:21:03 -04:00
Noah Masur 2d5de254e4 add noti to gh runs for zellij 2026-08-08 10:20:24 -04:00
4 changed files with 18 additions and 10 deletions
+2 -1
View File
@@ -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;
}
@@ -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
@@ -208,11 +208,13 @@ in
};
"bind \"Alt Shift w\"" = {
Run = {
_args = [
(lib.getExe pkgs.gh)
"run"
"watch"
];
_args =
(if config.nmasur.presets.programs.noti.enable then [ (lib.getExe pkgs.noti) ] else [ ])
++ [
(lib.getExe pkgs.gh)
"run"
"watch"
];
# direction = "Right";
# close_on_exit = false;
# start_suspended = true;
@@ -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