aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/terminal/options.nix')
-rw-r--r--modules/terminal/options.nix9
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";
};
};
};