1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 12:49:18 +03:00

adds info on automatic removal of manually-added fonts

This commit is contained in:
Piotr Limanowski 2018-10-04 20:39:03 +02:00
parent 397d2637e9
commit c2d7870587
2 changed files with 2 additions and 1 deletions

View File

@ -131,6 +131,7 @@ Whether to activate system at boot time.
## Modules
- [`environment`](https://github.com/LnL7/nix-darwin/blob/master/modules/environment)
- [`fonts`](https://github.com/LnL7/nix-darwin/blob/master/modules/fonts)
- [`launchd.daemons`](https://github.com/LnL7/nix-darwin/blob/master/modules/launchd/launchd.nix)
- [`launchd.envVariables`](https://github.com/LnL7/nix-darwin/blob/master/modules/launchd)
- [`launchd.user.agents`](https://github.com/LnL7/nix-darwin/blob/master/modules/launchd/launchd.nix)

View File

@ -25,7 +25,7 @@ in {
type = types.listOf types.path;
default = [];
example = literalExample "[ pkgs.dejavu_fonts ]";
description = "List of primary font paths.";
description = "List of primary font paths. Important: Manually added fonts will be removed upon rebuild.";
};
};
};