parent
25843c658d
commit
8732ff783d
9 changed files with 18 additions and 29 deletions
12
hosts/t480/xserver.nix
Normal file
12
hosts/t480/xserver.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
displayManager.startx.enable = true;
|
||||
|
||||
xkb = {
|
||||
layout = "gb";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue