Fixed waybar and tmux

This commit is contained in:
fwastring 2025-09-10 14:26:36 +02:00
parent 4d1f19b16c
commit 36fbf464ed
6 changed files with 172 additions and 24 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
programs.tmux = {
enable = true;
@ -12,13 +12,7 @@
tmuxPlugins.sensible
tmuxPlugins.pain-control
tmuxPlugins.sessionist
# {
# plugin = fw-pkgs.tmuxPlugins.minimal;
# extraConfig = ''
# bind-key b set-option status
# '';
# }
{ plugin = inputs.minimal-tmux.packages.${pkgs.system}.default; }
];
extraConfig = ''
set -g set-clipboard on