Fix copy/paste in zellij

This commit is contained in:
Leonora Tindall 2025-01-12 17:31:40 -06:00
parent d43b0c3616
commit 9eba02bbc1
2 changed files with 6 additions and 0 deletions

View File

@ -24,5 +24,8 @@
pandoc pandoc
act act
go go
xsel
xclip
wl-clipboard
]; ];
} }

View File

@ -7,5 +7,8 @@
programs.zellij= { programs.zellij= {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = {
copy_command = "${pkgs.xclip}/bin/xclip -selection clipboard";
};
}; };
} }