mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
use igpu for hyprland..
This commit is contained in:
parent
239d39e238
commit
ae77ef6e30
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
|
||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card1:/dev/dri/card2";
|
||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card2:/dev/dri/card1";
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue