This commit is contained in:
dusk 2022-08-10 05:25:52 +03:00
parent ff1495b2f9
commit f4cec47f66
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,7 @@
] ]
}, },
"locked": { "locked": {
"narHash": "sha256-ekldeSxRI7awA74X1VWnjgrk4BWbth31LlNKszFRM8U=", "narHash": "sha256-s54wF24xA0vSjoEJ5/duD5XGr55JUtH4R71WiWgPyBk=",
"type": "tarball", "type": "tarball",
"url": "https://git.gaze.systems/dusk/website/archive/master.zip" "url": "https://git.gaze.systems/dusk/website/archive/master.zip"
}, },

View File

@ -108,6 +108,8 @@ in {
}; };
services.xserver.videoDrivers = ["nvidia" "amdgpu"]; services.xserver.videoDrivers = ["nvidia" "amdgpu"];
hardware = { hardware = {
bluetooth.enable = true;
xpadneo.enable = true;
nvidia.prime = { nvidia.prime = {
amdgpuBusId = "PCI:5:0:0"; amdgpuBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0"; nvidiaBusId = "PCI:1:0:0";
@ -169,6 +171,7 @@ in {
autoMount = true; autoMount = true;
}; };
flatpak.enable = false; flatpak.enable = false;
hardware.xow.enable = true;
}; };
virtualisation = { virtualisation = {