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:
parent
353b1b4a20
commit
55548a623d
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue