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