mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
nix: add default empty list for listeners option
This commit is contained in:
parent
158c52c4a7
commit
a180de7bc7
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
default = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
lockCmd = mkOption {
|
lockCmd = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue