forked from extern/nix-config
virtualization: Disable interception-tools inside vm
This fixes an issue where dual-function-keys would run on both the host and the virtual machine, thus causing issues with the escape key.
This commit is contained in:
parent
7c429a374b
commit
bf5ebed6c6
@ -1,3 +1,5 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
virtualisation.vmVariant = {
|
||||
virtualisation = {
|
||||
@ -21,5 +23,7 @@
|
||||
environment.sessionVariables = {
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
};
|
||||
|
||||
services.interception-tools.enable = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user