rofi: change configPath type to nonEmptyStr
This commit is contained in:
committed by
Matthieu Coudron
parent
c0729fa3f0
commit
85ba629c79
@@ -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.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user