From 2006018e7a280f70c9a7d9efc70632fbb86059ac Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:17:08 +0000 Subject: .source -> .text where possible --- modules/terminal/options.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'modules/terminal/options.nix') diff --git a/modules/terminal/options.nix b/modules/terminal/options.nix index 0d3a147..9bfcc58 100644 --- a/modules/terminal/options.nix +++ b/modules/terminal/options.nix @@ -34,7 +34,12 @@ in { }; programs = { + # Themed + starship = mkProgramOption "starship prompt"; lazygit.enable = mkEnableOption "lazygit"; + + cmus = mkProgramOption "cmus"; + git = { enable = mkEnableOption "git"; userName = mkOption { @@ -46,8 +51,6 @@ in { }; }; - tmux = mkProgramOption "tmux terminal multiplexer"; - helix = mkProgramOption' "helix text editor" { hardMode = mkOption { type = types.bool; @@ -56,7 +59,7 @@ in { }; }; - cmus = mkProgramOption "cmus"; + tmux = mkProgramOption "tmux terminal multiplexer"; }; }; }; -- cgit v1.3.1