aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/hjem/programs/tmux.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-22 10:23:58 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-22 10:24:06 -0500
commit35af4bab99da94845ebd6e9b2efae6a544d39b35 (patch)
tree47c6f76b47f1012932729c9f693316df1512197a /modules/terminal/hjem/programs/tmux.nix
parent2e0c6ccbbc76cc36e92128aea44e4bdd4e5c3d0a (diff)
LOTS OF TEMP STUFF
Diffstat (limited to 'modules/terminal/hjem/programs/tmux.nix')
-rw-r--r--modules/terminal/hjem/programs/tmux.nix46
1 files changed, 23 insertions, 23 deletions
diff --git a/modules/terminal/hjem/programs/tmux.nix b/modules/terminal/hjem/programs/tmux.nix
index 2c87212..2d7155e 100644
--- a/modules/terminal/hjem/programs/tmux.nix
+++ b/modules/terminal/hjem/programs/tmux.nix
@@ -7,30 +7,30 @@
}: let
cfg = config.collinux.terminal.programs.tmux;
in {
- imports = [
- inputs.tmux-tsunami.hjemModules.tsunami
- ];
+ # imports = [
+ # inputs.tmux-tsunami.hjemModules.tsunami
+ # ];
- config = lib.mkIf cfg.enable {
- tsunami = {
- enable = true;
+ # config = lib.mkIf cfg.enable {
+ # tsunami = {
+ # enable = true;
- theme = {
- bg = "#${config.collinux.palette.base00}";
- bg_dark = "#${config.collinux.palette.base01}";
- };
+ # theme = {
+ # bg = "#${config.collinux.palette.base00}";
+ # bg_dark = "#${config.collinux.palette.base01}";
+ # };
- keys.leader = [
- {
- name = "Lazygit";
- key = "C-g";
- exec = "display-popup -E -w 80% -h 80% -x C -y C -d '#{?@default-path,#{@default-path},#{pane_current_path}}' ${lib.getExe pkgs.lazygit}";
- }
- ];
- confs."main" = ''
- set -g mouse on
- set-window-option -g mode-keys vi
- '';
- };
- };
+ # keys.leader = [
+ # {
+ # name = "Lazygit";
+ # key = "C-g";
+ # exec = "display-popup -E -w 80% -h 80% -x C -y C -d '#{?@default-path,#{@default-path},#{pane_current_path}}' ${lib.getExe pkgs.lazygit}";
+ # }
+ # ];
+ # confs."main" = ''
+ # set -g mouse on
+ # set-window-option -g mode-keys vi
+ # '';
+ # };
+ # };
}