Working multi-GPU/single-GPU setup

This commit is contained in:
Gerg-L 2023-03-16 21:44:50 -04:00
parent 84b15db0af
commit 1d06b35262
12 changed files with 317 additions and 87 deletions

View file

@ -15,6 +15,7 @@ in {
config = mkMerge [
{
services.xserver = {
tty = lib.mkDefault 1;
exportConfiguration = true;
layout = "us";
libinput.enable = true;