petalburg: run iio-hyprland when hyprland is launched

This commit is contained in:
Aly Raffauf 2024-06-04 02:02:29 -04:00
parent bfe1a44b8a
commit 079036864e

View file

@ -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;