From ccfe06ffcf61daef56cfe0e5d3488dcb5df00bc8 Mon Sep 17 00:00:00 2001 From: Collin Williams <1234@mail.com> Date: Tue, 8 Jul 2025 00:50:21 +0000 Subject: no more dhall --- modules/terminal/options.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'modules/terminal/options.nix') 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"; }; }; }; -- cgit v1.3.1