fix: deprecation warning

This commit is contained in:
2024-04-03 23:03:39 +02:00
parent d475ede9e7
commit c528824ecd

View File

@@ -7,7 +7,7 @@ in {
options.fonts.fira-code = {
enable = mkEnableOption "Enable the preset for Fira Code";
stylisticSets = mkOption {
type = types.listOf types.string;
type = types.listOf types.str;
description = mdDoc
"[Stylistic sets](https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets) for Fira Code";
default =