nixos-config/nixos/homes/palo/editor.nix
2024-04-21 11:03:13 +02:00

12 lines
147 B
Nix

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