small fixes

This commit is contained in:
Grisha Shipunov 2025-06-10 18:34:27 +02:00
parent 21796723fb
commit 9f8721d40e
3 changed files with 3 additions and 3 deletions
modules

View file

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