emacs: remove unnecessary rec

This commit is contained in:
Robert Helgesson 2026-01-03 11:10:00 +01:00
parent 18f9d668aa
commit 9ef24320f1
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -107,10 +107,10 @@ in
'';
};
defaultEditor = mkOption rec {
defaultEditor = mkOption {
type = types.bool;
default = false;
example = !default;
example = true;
description = ''
Whether to configure {command}`emacsclient` as the default
editor using the {env}`EDITOR` and {env}`VISUAL`