14 lines
214 B
Nix
14 lines
214 B
Nix
{
|
|
programs.helix = {
|
|
enable = true;
|
|
settings = {
|
|
theme = "onedark";
|
|
keys.normal = {
|
|
space.space = "file_picker";
|
|
space.w = ":w";
|
|
space.q = ":q";
|
|
};
|
|
};
|
|
};
|
|
}
|