Fix copy/paste in zellij
This commit is contained in:
parent
d43b0c3616
commit
9eba02bbc1
|
@ -24,5 +24,8 @@
|
||||||
pandoc
|
pandoc
|
||||||
act
|
act
|
||||||
go
|
go
|
||||||
|
xsel
|
||||||
|
xclip
|
||||||
|
wl-clipboard
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue