This commit is contained in:
Tao Tien 2024-02-27 01:49:46 -08:00
parent b048f9f319
commit abcaaa4a40
2 changed files with 14 additions and 6 deletions

View file

@ -7,6 +7,7 @@
environment.systemPackages = with pkgs; [
# egl-wayland
# nvidia-vaapi-driver
foldingathome
gwe
mesa
openrgb
@ -15,6 +16,13 @@
services.tailscale.useRoutingFeatures = "both";
services.foldingathome = {
enable = true;
team = 223518;
user = "Tao_Tien";
extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
};
environment.sessionVariables = {
# wayland chromium workaround
NIXOS_OZONE_WL = "1";