modules/output: refactor wrapRc default

Set default to `true`, with a low priority. Home-manager's wrapper sets
its own default using `mkOptionDefault`.

Clarify using `defaultText`.
This commit is contained in:
Matt Sturgeon 2024-09-25 17:38:23 +01:00
parent a8f678da24
commit fb7cda2868
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
6 changed files with 32 additions and 31 deletions

View file

@ -1,8 +1,3 @@
{ lib, ... }:
{
imports = [ ./enable.nix ];
config = {
wrapRc = lib.mkForce true;
};
}