helix: enable wayland clipboard

This commit is contained in:
Christoph Hollizeck 2024-10-20 22:30:33 +02:00
parent eb0b3b448a
commit 556bb44729
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 = {