Update x server layout option
This commit is contained in:
parent
8311fcc691
commit
de85ce8d81
2 changed files with 2 additions and 3 deletions
|
|
@ -57,8 +57,6 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d
|
|||
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
services.xserver.layout = lib.mkForce "us";
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
|
@ -66,6 +64,7 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d
|
|||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
xkb.layout = lib.mkForce "us";
|
||||
displayManager.sddm.settings = {
|
||||
General.GreeterEnvironment="QT_SCREEN_SCALE_FACTORS=1.75";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue