hyprland: add some nvidia stuff
This commit is contained in:
parent
4e6889e5b1
commit
c7c8844f33
@ -36,6 +36,16 @@ in
|
||||
package = lib.mkIf cfg.useFlake flake-package;
|
||||
};
|
||||
|
||||
environment.variables = lib.mkMerge [
|
||||
{
|
||||
# NIXOS_OZONE_WL = "1"; # this is breaking things for some reason
|
||||
}
|
||||
|
||||
(lib.mkIf config.hardware.nvidia.modesetting.enable {
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
})
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user