From c0be0608d096a7ab45ea073e2607ddedcb073422 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 23:38:31 -0700 Subject: roles: desktop: fix display driver --- hosts/c-pc/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 0bbb44c..0fd2a5e 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -56,6 +56,7 @@ roles = { desktop = { enable = true; + videoDrivers = [ "amdgpu" ]; setupCommands = '' if ${pkgs.xorg.xrandr}/bin/xrandr --query | grep 2560x1080; then ${pkgs.xorg.xrandr}/bin/xrandr --output DVI-D-0 --mode 1920x1080 --rate 60 --pos 0x0 -- cgit v1.2.3