From 9bda1564c8e9b1ea78e2495eea4e72711b8f9b90 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sat, 7 Dec 2024 19:59:50 -0500 Subject: [PATCH] undo stupid graphic settings --- hosts/gerg-desktop/main.nix | 3 ++- hosts/media-laptop/main.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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;