keep emacs installed, but not as default

This commit is contained in:
Grisha Shipunov 2025-06-04 13:11:14 +02:00
parent a285366611
commit 6253edd88a
2 changed files with 3 additions and 3 deletions

View file

@ -32,6 +32,6 @@
]
)
);
defaultEditor = lib.mkDefault true;
defaultEditor = lib.mkForce false;
};
}