Fix copy/paste in zellij
This commit is contained in:
parent
d43b0c3616
commit
9eba02bbc1
|
@ -24,5 +24,8 @@
|
|||
pandoc
|
||||
act
|
||||
go
|
||||
xsel
|
||||
xclip
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,5 +7,8 @@
|
|||
programs.zellij= {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
copy_command = "${pkgs.xclip}/bin/xclip -selection clipboard";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue