mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Make vm stuff better
This commit is contained in:
parent
445fe9aa37
commit
cc12240ed8
3 changed files with 24 additions and 14 deletions
|
|
@ -31,13 +31,17 @@
|
|||
nvidiaSettings = false;
|
||||
modesetting.enable = true;
|
||||
open = false;
|
||||
prime = {
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
amdgpuBusId = "PCI:15:0:0";
|
||||
#sync.enable = true;
|
||||
};
|
||||
};
|
||||
services.xserver = {
|
||||
videoDrivers = [
|
||||
"nvidia"
|
||||
"amdgpu"
|
||||
];
|
||||
};
|
||||
services.xserver.videoDrivers = [
|
||||
"nvidia"
|
||||
"amdgpu"
|
||||
];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue