basic helix config

This commit is contained in:
zoe 2022-12-13 08:58:18 +01:00
parent f8de066627
commit 23e7108f26
1 changed files with 1 additions and 7 deletions

View File

@ -6,12 +6,6 @@ in
package = pkgs.helix;
enable = true;
settings = {
theme = "base16";
lsp.display-messages = true;
keys.normal = {
# space.space = "file_picker";
# space.w = ":w";
# space.q = ":q";
};
theme = "gruvbox_light";
};
}