silence some eval warning

This commit is contained in:
Luj 2023-11-24 22:07:16 +01:00
parent 2bc96046dc
commit 3a4ad76ab7
7 changed files with 24 additions and 20 deletions

View file

@ -7,7 +7,7 @@ with lib;
options.luj.programs.waybar = {
enable = mkEnableOption "Enable waybar";
interfaceName = mkOption {
type = lib.types.string;
type = lib.types.str;
};
};