mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: enable zwift
This commit is contained in:
parent
b793842c31
commit
2bb8e30547
4 changed files with 39 additions and 7 deletions
|
|
@ -45,6 +45,7 @@ with lib; let
|
|||
inputs.nixos-facter-modules.nixosModules.facter
|
||||
inputs.fireproof-shell.nixosModules.default
|
||||
inputs.niri.nixosModules.niri
|
||||
inputs.zwift.nixosModules.zwift
|
||||
../modules/base/user.nix
|
||||
(mkSystemImports hostname)
|
||||
]
|
||||
|
|
|
|||
7
hosts/laptop/zwift.nix
Normal file
7
hosts/laptop/zwift.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
_: {
|
||||
programs.zwift.enable = true;
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
environment.variables = {
|
||||
WINE_EXPERIMENTAL_WAYLAND = "1";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue