helix: enable wayland clipboard

This commit is contained in:
Christoph Hollizeck 2024-10-20 22:30:33 +02:00
parent e6a0f77d23
commit d650b67826
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
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 = {