diff options
| author | Piotr Limanowski <piotr@codearsonist.com> | 2018-10-04 20:39:03 +0200 |
|---|---|---|
| committer | Piotr Limanowski <piotr@codearsonist.com> | 2018-10-04 20:40:19 +0200 |
| commit | c2d78705877b0261f32abcb6690b2da46d17f816 (patch) | |
| tree | bce320bcae5f3ca5ff7fbbcac71eff41b7475d92 /modules | |
| parent | 397d2637e9280ff3459534e8b81fd1ffdcb365df (diff) | |
adds info on automatic removal of manually-added fonts
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/fonts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix index 75738fe..479c510 100644 --- a/modules/fonts/default.nix +++ b/modules/fonts/default.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."; }; }; }; |
