diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index 69bc80e..2eb9bae 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -134,6 +134,12 @@ no_hardware_cursors = true; }; + render = { + # This is a temporary fix for issues with wpaperd. + # See https://github.com/danyspin97/wpaperd/issues/117 + expand_undersized_textures = false; + }; + ############### ### PLUGINS ### ###############