virtualization: Drop WLR_NO_HARDWARE_CURSORS

Doesn't seem to be needed anymore for Hyprland.
This commit is contained in:
Donovan Glover 2024-08-25 13:28:19 -04:00
parent 15157e4632
commit dd5eef5b77
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -215,10 +215,6 @@ in
];
};
environment.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";
};
services.interception-tools.enable = lib.mkForce false;
networking.resolvconf.enable = lib.mkForce true;
zramSwap.enable = lib.mkForce false;