Move xserver service configuration
This commit is contained in:
parent
66474335ff
commit
b3f45b143b
3 changed files with 17 additions and 12 deletions
12
hosts/t480/services/xserver.nix
Normal file
12
hosts/t480/services/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