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;
|
||||
settings = {
|
||||
theme = "catppuccin_macchiato";
|
||||
editor.cursor-shape = {
|
||||
normal = "block";
|
||||
insert = "bar";
|
||||
select = "underline";
|
||||
editor = {
|
||||
clipboard-provider = "wayland";
|
||||
cursor-shape = {
|
||||
normal = "block";
|
||||
insert = "bar";
|
||||
select = "underline";
|
||||
};
|
||||
};
|
||||
};
|
||||
languages.language = [];
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ in {
|
|||
python312Packages.gpustat
|
||||
swaynotificationcenter
|
||||
wirelesstools
|
||||
wl-clipboard
|
||||
wofi
|
||||
xdg-desktop-portal-hyprland
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue