mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
7 lines
159 B
Nix
7 lines
159 B
Nix
|
|
_: {
|
||
|
|
programs.zwift.enable = true;
|
||
|
|
hardware.nvidia-container-toolkit.enable = true;
|
||
|
|
environment.variables = {
|
||
|
|
WINE_EXPERIMENTAL_WAYLAND = "1";
|
||
|
|
};
|
||
|
|
}
|