mod helix settings

This commit is contained in:
William 2023-08-18 11:54:58 -03:00
parent aa6038dbd6
commit 4ca22e1afa

View file

@ -9,6 +9,27 @@
enable = true;
enableFishIntegration = true;
};
helix = {
enable = true;
settings = {
theme = "catppuccin-mocha_transparent";
editor = {
line-number = "relative";
cursor-shape.insert = "bar";
mouse = false;
};
keys.normal.space = {
space = "file_picker";
w = ":w";
q = ":q";
esc = [ "collapse_selection" "keep_primary_selection" ];
};
};
themes.catppuccin-mocha_transparent = {
inherits = "catppuccin_mocha";
"ui.background" = "{}";
};
};
direnv = {
enable = true;
nix-direnv.enable = true;