🚀 add helix and kakoune
This commit is contained in:
parent
bb9ef66f98
commit
15f3472bf8
4 changed files with 145 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ with lib;
|
|||
};
|
||||
variables = { EDITOR = "vim"; };
|
||||
};
|
||||
programs = {
|
||||
vim.enable = true;
|
||||
helix.enable = true;
|
||||
kakoune.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
console.keyMap = "de";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue