a
This commit is contained in:
parent
ff1495b2f9
commit
f4cec47f66
@ -46,7 +46,7 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"narHash": "sha256-ekldeSxRI7awA74X1VWnjgrk4BWbth31LlNKszFRM8U=",
|
||||
"narHash": "sha256-s54wF24xA0vSjoEJ5/duD5XGr55JUtH4R71WiWgPyBk=",
|
||||
"type": "tarball",
|
||||
"url": "https://git.gaze.systems/dusk/website/archive/master.zip"
|
||||
},
|
||||
|
@ -108,6 +108,8 @@ in {
|
||||
};
|
||||
services.xserver.videoDrivers = ["nvidia" "amdgpu"];
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
xpadneo.enable = true;
|
||||
nvidia.prime = {
|
||||
amdgpuBusId = "PCI:5:0:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
@ -169,6 +171,7 @@ in {
|
||||
autoMount = true;
|
||||
};
|
||||
flatpak.enable = false;
|
||||
hardware.xow.enable = true;
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
|
Loading…
Reference in New Issue
Block a user