mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: comply with new nixos settings regarding xorg
This commit is contained in:
parent
0580ff121a
commit
d0f68c8daa
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{ username, ... }:
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "us";
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "us";
|
||||
};
|
||||
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue