mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
silence some eval warning
This commit is contained in:
parent
9dd214a956
commit
88005ad291
7 changed files with 24 additions and 20 deletions
|
@ -7,7 +7,7 @@ with lib;
|
|||
options.luj.programs.waybar = {
|
||||
enable = mkEnableOption "Enable waybar";
|
||||
interfaceName = mkOption {
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue