mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-16 22:08:10 +00:00
Compare commits
2
Commits
d90b45d194
...
8ae7fd435e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ae7fd435e | ||
|
|
2d5de254e4 |
@@ -1,5 +1,6 @@
|
|||||||
inputs: final: prev: {
|
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 = [
|
home.packages = [
|
||||||
# Required for the fsmonitor to auto-snapshot
|
# Required for the fsmonitor to auto-snapshot
|
||||||
pkgs.stable.watchman
|
pkgs.watchman
|
||||||
|
|
||||||
# Required to be on path to work in Zellij
|
# Required to be on path to work in Zellij
|
||||||
pkgs.jjui
|
pkgs.jjui
|
||||||
|
|||||||
@@ -208,7 +208,9 @@ in
|
|||||||
};
|
};
|
||||||
"bind \"Alt Shift w\"" = {
|
"bind \"Alt Shift w\"" = {
|
||||||
Run = {
|
Run = {
|
||||||
_args = [
|
_args =
|
||||||
|
(if config.nmasur.presets.programs.noti.enable then [ (lib.getExe pkgs.noti) ] else [ ])
|
||||||
|
++ [
|
||||||
(lib.getExe pkgs.gh)
|
(lib.getExe pkgs.gh)
|
||||||
"run"
|
"run"
|
||||||
"watch"
|
"watch"
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ in
|
|||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
||||||
pkgs.nmasur.ren-find # Rename files
|
# pkgs.nmasur.ren-find # Rename files
|
||||||
pkgs.nmasur.rep-grep # Replace text in files
|
# pkgs.nmasur.rep-grep # Replace text in files
|
||||||
|
|
||||||
# Charm tools
|
# Charm tools
|
||||||
|
|
||||||
@@ -30,11 +30,16 @@ in
|
|||||||
pkgs.skate # Key-value store
|
pkgs.skate # Key-value store
|
||||||
pkgs.charm # Manage account and filesystem
|
pkgs.charm # Manage account and filesystem
|
||||||
pkgs.pop # Send emails from a TUI
|
pkgs.pop # Send emails from a TUI
|
||||||
|
# pkgs.crush # AI LLM Agent
|
||||||
|
|
||||||
|
# Other utilities
|
||||||
|
|
||||||
pkgs.snitch # Network
|
pkgs.snitch # Network
|
||||||
pkgs.comma # Nix-index auto-launch
|
pkgs.comma # Nix-index auto-launch
|
||||||
pkgs.nix-inspect # TUI for browsing Nix configs
|
pkgs.nix-inspect # TUI for browsing Nix configs
|
||||||
|
|
||||||
# pkgs.crush # AI LLM Agent
|
# LLM
|
||||||
|
|
||||||
pkgs.gemini-cli # AI LLM Agent
|
pkgs.gemini-cli # AI LLM Agent
|
||||||
pkgs.antigravity-cli # AI LLM Agent
|
pkgs.antigravity-cli # AI LLM Agent
|
||||||
pkgs.pi-coding-agent # AI LLM Agent
|
pkgs.pi-coding-agent # AI LLM Agent
|
||||||
|
|||||||
Reference in New Issue
Block a user