mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
hyprland gpu fixes
This commit is contained in:
parent
e48a4ba75a
commit
15fa120084
2 changed files with 4 additions and 1 deletions
|
@ -41,6 +41,10 @@
|
|||
bluetooth.enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0:/dev/dri/card1";
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
monitor = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue