añade fix de nixGL

This commit is contained in:
Fabián Montero 2022-11-29 17:28:53 -06:00
parent e18fc7ff28
commit 04a58457f8
7 changed files with 33 additions and 7 deletions

View file

@ -3,4 +3,6 @@
"0" = "DisplayPort-0";
"1" = "DisplayPort-1";
};
config.local.nixos = true;
}

View file

@ -3,4 +3,6 @@
"0" = "eDP-1";
"1" = null;
};
config.local.nixos = false;
}