work: enable tmux

This commit is contained in:
Erwin Boskma 2023-10-09 15:35:35 +02:00
parent 5456adbb8f
commit c254498613
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -177,10 +177,7 @@ in
workspaceOutputs = workspacePartition; workspaceOutputs = workspacePartition;
}; };
swaynotificationcenter.enable = true; swaynotificationcenter.enable = true;
zellij = { tmux.enable = true;
enable = false;
copyCommand = "${pkgs.wl-clipboard}/bin/wl-copy";
};
}; };
services = { services = {
xbanish.enable = false; xbanish.enable = false;