diff --git a/nix/home/tmux/tmux.nix b/nix/home/tmux/tmux.nix index 83d8cd1..da7d5df 100644 --- a/nix/home/tmux/tmux.nix +++ b/nix/home/tmux/tmux.nix @@ -1,6 +1,11 @@ { config, pkgs, ... }: { + # tmuxifier + home.packages = with pkgs; [ + tmuxifier + ]; + # tmux programs.tmux = { enable = true; @@ -81,11 +86,6 @@ # yank plugin = tmuxPlugins.yank; - } { - - # tmuxifier - plugin = tmuxifier; - } ]; }; diff --git a/nix/home/zsh/zsh.nix b/nix/home/zsh/zsh.nix index 3c2f477..f8ae026 100644 --- a/nix/home/zsh/zsh.nix +++ b/nix/home/zsh/zsh.nix @@ -55,6 +55,9 @@ umount-media = "sudo umount /home/simon/remotedir/media"; umount-siempie = "sudo umount /home/simon/remotedir/siempie"; + + # tmux + td = "tmuxifier load-session default"; }; }; } diff --git a/nix/systems/packages.nix b/nix/systems/packages.nix index 2ea68f5..241f44a 100644 --- a/nix/systems/packages.nix +++ b/nix/systems/packages.nix @@ -11,7 +11,6 @@ htop intel-gpu-tools killall - nerdfonts radeontop pciutils pavucontrol @@ -19,7 +18,6 @@ solaar spice-vdagent sshfs - wl-clipboard # hyprland adwaita-qt @@ -37,12 +35,14 @@ socat swaybg waybar + wl-clipboard wofi xfce.xfce4-settings # fonts font-awesome jetbrains-mono + nerdfonts ubuntu_font_family # browsers