chore: updated to latest

This commit is contained in:
Elias Renman
2024-06-29 17:02:30 +02:00
parent cfebc64e8c
commit 4aeebffd88
2 changed files with 8 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
{
imports =
[
<nixos-hardware/huawei/machc-wa>
./hardware-configuration.nix
./packages.nix
];
@@ -160,13 +161,13 @@
services.xserver.videoDrivers = ["nvidia"];
hardware.nvidia = {
prime = {
sync.enable = true;
#prime = {
# sync.enable = true;
# Make sure to use the correct Bus ID values for your system!
nvidiaBusId = "PCI:1:0:0";
intelBusId = "PCI:0:2:0";
};
# nvidiaBusId = "PCI:1:0:0";
# intelBusId = "PCI:0:2:0";
# };
# Modesetting is required.
modesetting.enable = true;

View File

@@ -36,6 +36,7 @@
go
docker
SDL2
libxcrypt
rustup
python3