mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
fix: deprecation warning
This commit is contained in:
@@ -7,7 +7,7 @@ in {
|
|||||||
options.fonts.fira-code = {
|
options.fonts.fira-code = {
|
||||||
enable = mkEnableOption "Enable the preset for Fira Code";
|
enable = mkEnableOption "Enable the preset for Fira Code";
|
||||||
stylisticSets = mkOption {
|
stylisticSets = mkOption {
|
||||||
type = types.listOf types.string;
|
type = types.listOf types.str;
|
||||||
description = mdDoc
|
description = mdDoc
|
||||||
"[Stylistic sets](https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets) for Fira Code";
|
"[Stylistic sets](https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets) for Fira Code";
|
||||||
default =
|
default =
|
||||||
|
|||||||
Reference in New Issue
Block a user