Common/helix: disable nano

This commit is contained in:
Toast 2025-01-04 01:57:25 +01:00
parent a275c8d43e
commit c396ca7400

View file

@ -3,6 +3,7 @@
config,
...
}: {
programs.nano.enable = false;
home-manager.users.toast = {
programs.helix = {
enable = true;