change clipboard for helix

This commit is contained in:
KoenDR06 2025-06-15 15:26:49 +02:00
parent 4f3cb5f13b
commit d9b21743ff
2 changed files with 8 additions and 4 deletions

View file

@ -9,12 +9,15 @@
defaultEditor = true; defaultEditor = true;
settings = { settings = {
theme = "catppuccin_macchiato"; theme = "catppuccin_macchiato";
editor.cursor-shape = { editor = {
clipboard-provider = "wayland";
cursor-shape = {
normal = "block"; normal = "block";
insert = "bar"; insert = "bar";
select = "underline"; select = "underline";
}; };
}; };
};
languages.language = []; languages.language = [];
}; };
} }

View file

@ -38,6 +38,7 @@ in {
python312Packages.gpustat python312Packages.gpustat
swaynotificationcenter swaynotificationcenter
wirelesstools wirelesstools
wl-clipboard
wofi wofi
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
]; ];