volnoti: fix package option namespace (#2227)
This commit is contained in:
parent
ae8cb242f2
commit
e08c696524
|
@ -10,7 +10,8 @@ in {
|
|||
meta.maintainers = [ maintainers.imalison ];
|
||||
|
||||
options = {
|
||||
services.volnoti = { enable = mkEnableOption "Volnoti volume HUD daemon"; };
|
||||
services.volnoti = {
|
||||
enable = mkEnableOption "Volnoti volume HUD daemon";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
@ -21,6 +22,7 @@ in {
|
|||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
assertions = [
|
||||
|
|
Loading…
Reference in a new issue