diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index 2d0eca0..9da33e5 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -41,11 +41,12 @@ prime = { nvidiaBusId = "PCI:1:0:0"; amdgpuBusId = "PCI:15:0:0"; - sync.enable = true; + #sync.enable = true; }; }; services.xserver.videoDrivers = [ "nvidia" + "amdgpu" ]; hardware.amdgpu = { diff --git a/hosts/media-laptop/main.nix b/hosts/media-laptop/main.nix index 1fd7895..7ea7b6b 100644 --- a/hosts/media-laptop/main.nix +++ b/hosts/media-laptop/main.nix @@ -27,7 +27,7 @@ ; inherit (nvim-flake.packages) neovim; }; - services.xserver.videoDrivers = [ "intel" ]; + services.xserver.videoDrivers = [ "modesetting" ]; networking.networkmanager.enable = true;