mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
virtualization: Drop WLR_NO_HARDWARE_CURSORS
Doesn't seem to be needed anymore for Hyprland.
This commit is contained in:
parent
15157e4632
commit
dd5eef5b77
@ -215,10 +215,6 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
|
||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.interception-tools.enable = lib.mkForce false;
|
services.interception-tools.enable = lib.mkForce false;
|
||||||
networking.resolvconf.enable = lib.mkForce true;
|
networking.resolvconf.enable = lib.mkForce true;
|
||||||
zramSwap.enable = lib.mkForce false;
|
zramSwap.enable = lib.mkForce false;
|
||||||
|
Loading…
Reference in New Issue
Block a user