helix: enable wayland clipboard

This commit is contained in:
Christoph Hollizeck 2024-10-20 22:30:33 +02:00
parent 8d026c4e82
commit 079bc9684e
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 69 additions and 65 deletions

View file

@ -23,7 +23,10 @@ in
config = mkIf cfg.enable {
environment = {
systemPackages = [ helix-pkg ];
systemPackages = [
helix-pkg
pkgs.wl-clipboard
];
};
${namespace} = {
@ -36,6 +39,7 @@ in
settings = {
theme = "tokyonight";
editor = {
auto-format = true;
line-number = "relative";
lsp = {