diff --git a/modules/ashell/hm.nix b/modules/ashell/hm.nix index 726743e7..41616ac8 100644 --- a/modules/ashell/hm.nix +++ b/modules/ashell/hm.nix @@ -26,8 +26,8 @@ mkTarget { { opacity }: { programs.ashell.settings.appearance = { - inherit opacity; - menu.opacity = opacity; + opacity = opacity.desktop; + menu.opacity = opacity.desktop; }; } )