feat: first helix conf
This commit is contained in:
parent
aefc04445b
commit
efd564b11c
4 changed files with 64 additions and 44 deletions
12
modules/home-manager/helix.nix
Normal file
12
modules/home-manager/helix.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{...}: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "gruvbox";
|
||||
editor = {
|
||||
line-number = "relative";
|
||||
lsp.display-messages = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue