diff options
| author | Collin Williams <1234@mail.com> | 2025-07-08 00:50:21 +0000 |
|---|---|---|
| committer | Collin Williams <1234@mail.com> | 2025-07-08 00:50:21 +0000 |
| commit | ccfe06ffcf61daef56cfe0e5d3488dcb5df00bc8 (patch) | |
| tree | e029a6077cdc09c86ee2be2fd75e7c995e0e8099 /modules/terminal/options.nix | |
| parent | a97c5e2ae338177418de6691dbf1c4e3dd06a7cd (diff) | |
no more dhall
Diffstat (limited to 'modules/terminal/options.nix')
| -rw-r--r-- | modules/terminal/options.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/terminal/options.nix b/modules/terminal/options.nix index 9bfcc58..0d3a147 100644 --- a/modules/terminal/options.nix +++ b/modules/terminal/options.nix @@ -34,12 +34,7 @@ in { }; programs = { - # Themed - starship = mkProgramOption "starship prompt"; lazygit.enable = mkEnableOption "lazygit"; - - cmus = mkProgramOption "cmus"; - git = { enable = mkEnableOption "git"; userName = mkOption { @@ -51,6 +46,8 @@ in { }; }; + tmux = mkProgramOption "tmux terminal multiplexer"; + helix = mkProgramOption' "helix text editor" { hardMode = mkOption { type = types.bool; @@ -59,7 +56,7 @@ in { }; }; - tmux = mkProgramOption "tmux terminal multiplexer"; + cmus = mkProgramOption "cmus"; }; }; }; |
