mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: use hyprland nvidia override for desktop
This commit is contained in:
parent
b7aaa02a50
commit
81ca8f2403
1 changed files with 10 additions and 0 deletions
|
|
@ -19,4 +19,14 @@
|
|||
|
||||
# To fix https://forums.developer.nvidia.com/t/ubuntu-24-04-unable-to-change-power-state-from-d3cold-to-d0-device-inaccessible/304459
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_12;
|
||||
|
||||
fireproof.home-manager.wayland.windowManager.hyprland.settings = {
|
||||
env = [
|
||||
"LIBVA_DRIVER_NAME,nvidia"
|
||||
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
||||
"NVD_BACKEND,direct"
|
||||
];
|
||||
|
||||
cursor.no_hardware_cursors = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue