change clipboard for helix
This commit is contained in:
parent
4f3cb5f13b
commit
d9b21743ff
2 changed files with 8 additions and 4 deletions
|
|
@ -9,10 +9,13 @@
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin_macchiato";
|
theme = "catppuccin_macchiato";
|
||||||
editor.cursor-shape = {
|
editor = {
|
||||||
normal = "block";
|
clipboard-provider = "wayland";
|
||||||
insert = "bar";
|
cursor-shape = {
|
||||||
select = "underline";
|
normal = "block";
|
||||||
|
insert = "bar";
|
||||||
|
select = "underline";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
languages.language = [];
|
languages.language = [];
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue