nixos-config/homes/palo/editor.nix
2024-06-07 22:56:52 +02:00

11 lines
147 B
Nix

{
programs.vim = {
enable = true;
defaultEditor = true;
};
programs.helix = {
enable = true;
# defaultEditor = true;
};
}