diff options
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |