mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 05:52:56 -05:00
tree-wide: drop tmux
This commit is contained in:
parent
606e55421e
commit
90008e7db9
|
@ -15,7 +15,6 @@
|
|||
./shell
|
||||
./swaylock
|
||||
./thunar
|
||||
./tmux
|
||||
./vsCodium
|
||||
./wlogout
|
||||
./yazi
|
||||
|
|
|
@ -42,10 +42,7 @@
|
|||
icons = "auto";
|
||||
};
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
tmux.enableShellIntegration = true;
|
||||
};
|
||||
fzf.enable = true;
|
||||
|
||||
oh-my-posh = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf config.ar.home.apps.tmux.enable {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
mouse = true;
|
||||
newSession = true;
|
||||
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.battery
|
||||
tmuxPlugins.better-mouse-mode
|
||||
tmuxPlugins.cpu
|
||||
tmuxPlugins.resurrect
|
||||
tmuxPlugins.weather
|
||||
];
|
||||
|
||||
terminal = "tmux-256color";
|
||||
|
||||
extraConfig = ''
|
||||
set -g status-right '%I:%M %p '
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
|
@ -52,7 +52,6 @@ in {
|
|||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
tmux.enable = lib.mkEnableOption "Tmux shell session manager.";
|
||||
vsCodium.enable = lib.mkEnableOption "VSCodium text editor.";
|
||||
wlogout.enable = lib.mkEnableOption "Wlogout session prompt.";
|
||||
yazi.enable = lib.mkEnableOption "Yazi terminal file manager.";
|
||||
|
|
Loading…
Reference in a new issue