mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Working multi-GPU/single-GPU setup
This commit is contained in:
parent
84b15db0af
commit
1d06b35262
12 changed files with 317 additions and 87 deletions
|
|
@ -15,6 +15,7 @@ in {
|
|||
config = mkMerge [
|
||||
{
|
||||
services.xserver = {
|
||||
tty = lib.mkDefault 1;
|
||||
exportConfiguration = true;
|
||||
layout = "us";
|
||||
libinput.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue