adapt to mako changes

This commit is contained in:
willifan 2025-11-06 12:35:15 +01:00
parent 599ffc234a
commit 27420bc9a3

View file

@ -43,8 +43,10 @@ in
services.mako = lib.mkIf config.desktop.mako.enable {
enable = true;
borderRadius = 10;
borderSize = 2;
settings = {
borderRadius = 10;
borderSize = 2;
};
};
services.hypridle = lib.mkIf config.desktop.hypridle.enable {