mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: allow chaostheatre to run in vm
This commit is contained in:
parent
916bb9c218
commit
57135bd505
2 changed files with 14 additions and 2 deletions
|
|
@ -24,6 +24,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
WLR_ALLOW_SOFTWARE_RENDERER = 1;
|
||||
};
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = lib.mkForce true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue