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;
settings = {
theme = "catppuccin_macchiato";
editor.cursor-shape = {
editor = {
clipboard-provider = "wayland";
cursor-shape = {
normal = "block";
insert = "bar";
select = "underline";
};
};
};
languages.language = [];
};
}

View file

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