diff --git a/modules/hm/programs/anyrun.nix b/modules/hm/programs/anyrun.nix index b17c136..aa982fc 100644 --- a/modules/hm/programs/anyrun.nix +++ b/modules/hm/programs/anyrun.nix @@ -13,9 +13,9 @@ in { programs.anyrun = { enable = true; config = { - x = {fraction = 0.5;}; - y = {fraction = 0.3;}; - width = {fraction = 0.3;}; + x.fraction = 0.5; + y.fraction = 0.3; + width.fraction = 0.5; hideIcons = false; ignoreExclusiveZones = false; layer = "overlay";