mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-16 21:26:05 +01:00
chore: updated to latest
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
{
|
||||
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;
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
go
|
||||
docker
|
||||
SDL2
|
||||
libxcrypt
|
||||
|
||||
rustup
|
||||
python3
|
||||
|
||||
Reference in New Issue
Block a user