helix: manage

This commit is contained in:
Daniella / Tove 2024-11-15 21:11:44 +01:00
parent 55c8520715
commit b399f8c134
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -208,5 +208,18 @@ in
default-timeout: 10000
'';
xdg.configFile."deadd/deadd.css".source = ./deadd.css;
programs.helix.enable = true;
programs.helix.defaultEditor = true;
programs.helix.settings = {
theme = "base16_transparent";
editor = {
line-number = "relative";
lsp.display-messages = true;
cursor-shape = {
insert = "bar";
};
};
};
};
}