hyprland: move AQ_DRM_DEVICES to msi hyprland conf

This commit is contained in:
outfoxxed 2025-07-24 19:13:14 -07:00
parent fcca655fd5
commit 641cf1db50
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,5 @@
{ impurity, ... }: {
hyprland-session = {
prerun = "export AQ_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2";
extraConfig = "source = ${impurity.link ./hyprland.conf}";
extraConfigStatic = "source = ${./hyprland.conf}";
};