From fabc1603e42673afddde37ef121e0b8935559086 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:55:31 +0000 Subject: move stuff to their own files; system update --- modules/terminal/options.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/terminal/options.nix') 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"; }; }; }; -- cgit v1.3.1