Skip to content

Commit b0f9aec

Browse files
committed
fix: set hyprland configType to hyprlang to fix broken scaling & config
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent b816ea7 commit b0f9aec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Users/WickedWizard/Programs/Desktop/Hyprland/Hypr

Users/WickedWizard/Programs/Desktop/Hyprland/Hypr/hyprland.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
wayland.windowManager.hyprland = {
1111
inherit (osConfig.programs.hyprland) enable;
12+
configType = "hyprlang";
1213

1314
# Use packages from system itself.
1415
package = null;

0 commit comments

Comments
 (0)