1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-18 10:16:54 +00:00

thunderbird: remove dependency between docs and config

This commit is contained in:
Robert Helgesson 2025-02-06 00:45:10 +01:00
parent 353b1b4a20
commit 55548a623d
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -155,6 +155,7 @@ in {
internal = true;
type = types.nullOr types.ints.unsigned;
default = if isDarwin then null else 2;
defaultText = literalExpression "if isDarwin then null else 2";
description = "profile version, set null for nix-darwin";
};
@ -299,8 +300,6 @@ in {
type = types.bool;
default = true;
example = false;
visible = isDarwin;
readOnly = !isDarwin;
description = ''
Warn to set environment variables before using this module. Only
relevant on Darwin.