aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 14:55:31 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 14:55:31 +0000
commitfabc1603e42673afddde37ef121e0b8935559086 (patch)
treee09834122fb348d6253d9ab48549bf559c043dfd /modules/terminal/options.nix
parentc31425298f3de9fff78d38a36ccc2d8e14c580ee (diff)
move stuff to their own files; system update
Diffstat (limited to 'modules/terminal/options.nix')
-rw-r--r--modules/terminal/options.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/terminal/options.nix b/modules/terminal/options.nix
index 9bfcc58..f7510d0 100644
--- a/modules/terminal/options.nix
+++ b/modules/terminal/options.nix
@@ -39,6 +39,7 @@ in {
lazygit.enable = mkEnableOption "lazygit";
cmus = mkProgramOption "cmus";
+ nh.enable = mkEnableOption "nh nix helper";
git = {
enable = mkEnableOption "git";
@@ -60,6 +61,9 @@ in {
};
tmux = mkProgramOption "tmux terminal multiplexer";
+ fzf = mkProgramOption "fzf fuzzy finder";
+ bat = mkProgramOption "bat cat replacement";
+ eza = mkProgramOption "eza ls replacement";
};
};
};