diff options
| author | XMLHexagram <52130356+XMLHexagram@users.noreply.github.com> | 2024-01-16 21:07:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 21:07:41 +0800 |
| commit | 4051e3027dd0235eadb66b5f59d397f6db06f5dc (patch) | |
| tree | ca613ac88cf068e5fefcc8abe96b177c1ab9ccb2 /modules | |
| parent | 44a6ec1faeff61a6404c25ef1a263fc2d98d081b (diff) | |
Add type definition on fonts.fontDir.enable
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/fonts/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix index eb5bc49..16f0258 100644 --- a/modules/fonts/default.nix +++ b/modules/fonts/default.nix @@ -13,6 +13,7 @@ in options = { fonts.fontDir.enable = mkOption { + type = types.bool; default = false; description = lib.mdDoc '' Whether to enable font management and install configured fonts to |
