mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
adds info on automatic removal of manually-added fonts
This commit is contained in:
parent
397d2637e9
commit
c2d7870587
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue