rofi: change configPath type to nonEmptyStr

This commit is contained in:
David Sierra DiazGranados
2026-05-11 14:45:01 +02:00
committed by Matthieu Coudron
parent c0729fa3f0
commit 85ba629c79
+1 -1
View File
@@ -265,7 +265,7 @@ in
configPath = mkOption {
default = "${config.xdg.configHome}/rofi/config.rasi";
defaultText = "$XDG_CONFIG_HOME/rofi/config.rasi";
type = types.str;
type = types.nonEmptyStr;
description = "Path where to put generated configuration file.";
};