mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
undo stupid graphic settings
This commit is contained in:
parent
49283fab73
commit
9bda1564c8
2 changed files with 3 additions and 2 deletions
|
|
@ -41,11 +41,12 @@
|
||||||
prime = {
|
prime = {
|
||||||
nvidiaBusId = "PCI:1:0:0";
|
nvidiaBusId = "PCI:1:0:0";
|
||||||
amdgpuBusId = "PCI:15:0:0";
|
amdgpuBusId = "PCI:15:0:0";
|
||||||
sync.enable = true;
|
#sync.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.xserver.videoDrivers = [
|
services.xserver.videoDrivers = [
|
||||||
"nvidia"
|
"nvidia"
|
||||||
|
"amdgpu"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.amdgpu = {
|
hardware.amdgpu = {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
;
|
;
|
||||||
inherit (nvim-flake.packages) neovim;
|
inherit (nvim-flake.packages) neovim;
|
||||||
};
|
};
|
||||||
services.xserver.videoDrivers = [ "intel" ];
|
services.xserver.videoDrivers = [ "modesetting" ];
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue