diff --git a/modules/home-manager/programs/tmux/default.nix b/modules/home-manager/programs/tmux/default.nix index 0e67e98..2ed07ac 100644 --- a/modules/home-manager/programs/tmux/default.nix +++ b/modules/home-manager/programs/tmux/default.nix @@ -4,19 +4,10 @@ programs.tmux = { enable = true; clock24 = true; - keyMode = "vi"; - terminal = "screen-256color"; - - extraConfig = '' - # Fix colors - set -sg terminal-overrides ",*:RGB" - ''; - plugins = with pkgs.tmuxPlugins; [ { plugin = catppuccin; extraConfig = '' - # Set theme set -g @catppuccin_flavour 'frappe' ''; } diff --git a/specific/desktop/home-manager.nix b/specific/desktop/home-manager.nix index c540040..953fadb 100644 --- a/specific/desktop/home-manager.nix +++ b/specific/desktop/home-manager.nix @@ -27,7 +27,6 @@ home.sessionVariables = { EDITOR = "nvim"; - MANPAGER = "nvim +Man!"; }; home.file = { diff --git a/specific/laptop/home-manager.nix b/specific/laptop/home-manager.nix index 59cd896..ab8033b 100644 --- a/specific/laptop/home-manager.nix +++ b/specific/laptop/home-manager.nix @@ -26,7 +26,6 @@ home.sessionVariables = { EDITOR = "nvim"; - MANPAGER = "nvim +Man!"; }; home.file = {