1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-12 12:01:08 +01:00

swayidle: fix events default

Changed from list to attrset, but default never updated.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-12-07 23:40:35 -06:00
parent 6bdf2a68e1
commit a788734077

View file

@ -108,7 +108,7 @@ in
)
)
) (submodule eventsModule);
default = [ ];
default = { };
example = literalExpression ''
{
"before-sleep" = "''${pkgs.swaylock}/bin/swaylock -fF";