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

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

View File

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