a
This commit is contained in:
parent
ff1495b2f9
commit
f4cec47f66
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user