diff --git a/hosts/petalburg/home.nix b/hosts/petalburg/home.nix index c327f3fa..39366800 100644 --- a/hosts/petalburg/home.nix +++ b/hosts/petalburg/home.nix @@ -14,6 +14,9 @@ alyraffauf.desktop.hyprland = { tabletMode.enable = true; }; + wayland.windowManager.hyprland.extraConfig = '' + exec-once = ${lib.getExe inputs.iio-hyprland.packages.${pkgs.system}.default} "desc:Samsung Display Corp. 0x4152" + ''; } ]; users.aly = import ../../aly.nix;