feat: enable zwift

This commit is contained in:
Nickolaj Jepsen 2025-05-14 16:09:29 +02:00
parent b793842c31
commit 2bb8e30547
4 changed files with 39 additions and 7 deletions

7
hosts/laptop/zwift.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
programs.zwift.enable = true;
hardware.nvidia-container-toolkit.enable = true;
environment.variables = {
WINE_EXPERIMENTAL_WAYLAND = "1";
};
}