diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 01:17:08 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 01:17:08 +0000 |
| commit | 2006018e7a280f70c9a7d9efc70632fbb86059ac (patch) | |
| tree | 07c5bc0155ad75a07a093a77668ca89c9f18b010 /modules/terminal/options.nix | |
| parent | ccfe06ffcf61daef56cfe0e5d3488dcb5df00bc8 (diff) | |
.source -> .text where possible
Diffstat (limited to 'modules/terminal/options.nix')
| -rw-r--r-- | modules/terminal/options.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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"; }; }; }; |
