helix: manage
This commit is contained in:
parent
55c8520715
commit
b399f8c134
1 changed files with 13 additions and 0 deletions
13
home.nix
13
home.nix
|
@ -208,5 +208,18 @@ in
|
||||||
default-timeout: 10000
|
default-timeout: 10000
|
||||||
'';
|
'';
|
||||||
xdg.configFile."deadd/deadd.css".source = ./deadd.css;
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue