[tmux] added tmuxifier

This commit is contained in:
Simon Cornet 2024-04-07 01:08:42 +02:00
parent 2e2b841d6c
commit 081e70235a
3 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# tmuxifier
home.packages = with pkgs; [
tmuxifier
];
# tmux # tmux
programs.tmux = { programs.tmux = {
enable = true; enable = true;
@ -81,11 +86,6 @@
# yank # yank
plugin = tmuxPlugins.yank; plugin = tmuxPlugins.yank;
} {
# tmuxifier
plugin = tmuxifier;
} }
]; ];
}; };

View File

@ -55,6 +55,9 @@
umount-media = "sudo umount /home/simon/remotedir/media"; umount-media = "sudo umount /home/simon/remotedir/media";
umount-siempie = "sudo umount /home/simon/remotedir/siempie"; umount-siempie = "sudo umount /home/simon/remotedir/siempie";
# tmux
td = "tmuxifier load-session default";
}; };
}; };
} }

View File

@ -11,7 +11,6 @@
htop htop
intel-gpu-tools intel-gpu-tools
killall killall
nerdfonts
radeontop radeontop
pciutils pciutils
pavucontrol pavucontrol
@ -19,7 +18,6 @@
solaar solaar
spice-vdagent spice-vdagent
sshfs sshfs
wl-clipboard
# hyprland # hyprland
adwaita-qt adwaita-qt
@ -37,12 +35,14 @@
socat socat
swaybg swaybg
waybar waybar
wl-clipboard
wofi wofi
xfce.xfce4-settings xfce.xfce4-settings
# fonts # fonts
font-awesome font-awesome
jetbrains-mono jetbrains-mono
nerdfonts
ubuntu_font_family ubuntu_font_family
# browsers # browsers