mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
petalburg: run iio-hyprland when hyprland is launched
This commit is contained in:
parent
bfe1a44b8a
commit
079036864e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue