change vm sound

rollback lockfile (vm broke)
This commit is contained in:
Gerg-L 2024-02-03 16:15:19 -05:00
parent 87f75eb925
commit 4149443b66
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
8 changed files with 70 additions and 64 deletions

View file

@ -13,7 +13,12 @@
enable = true;
kmscon.enable = true;
};
allowedUnfree = [ "nvidia-x11" ];
allowedUnfree = [
"nvidia-x11"
"steam"
"steam-run"
"steam-original"
];
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
hardware.nvidia = {
@ -30,6 +35,8 @@
];
};
programs.steam.enable = true;
programs.direnv = {
enable = true;
loadInNixShell = false;