helix
This commit is contained in:
parent
e1b905dc2d
commit
19776d50d9
|
@ -11,7 +11,7 @@
|
||||||
./gtk
|
./gtk
|
||||||
./git
|
./git
|
||||||
./ags
|
./ags
|
||||||
./neovim
|
# ./neovim
|
||||||
./helix
|
./helix
|
||||||
./misc
|
./misc
|
||||||
inputs.ags.homeManagerModules.default
|
inputs.ags.homeManagerModules.default
|
||||||
|
|
|
@ -2,5 +2,14 @@
|
||||||
{
|
{
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
settings = {
|
||||||
|
# lsp.display-messages = true;
|
||||||
|
keys.normal = {
|
||||||
|
space.space = "file_picker";
|
||||||
|
# Z.Z = ":wq";
|
||||||
|
# Z.Q = ":q";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
homeDirectory = "/home/joy";
|
homeDirectory = "/home/joy";
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
# EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue