nixos-config/nixos/homes/palo/editor.nix

12 lines
147 B
Nix
Raw Normal View History

2024-04-21 11:03:01 +02:00
{
programs.vim = {
enable = true;
defaultEditor = true;
};
programs.helix = {
enable = true;
# defaultEditor = true;
};
}