From 079036864e157fddb45b0b0c260dac87dfcc136a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 4 Jun 2024 02:02:29 -0400 Subject: [PATCH] petalburg: run iio-hyprland when hyprland is launched --- hosts/petalburg/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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;