Update old options to new formats

This commit is contained in:
Toast 2024-04-12 11:01:23 +02:00
parent 09839004e1
commit bda9abff87
4 changed files with 11 additions and 9 deletions

View file

@ -69,8 +69,8 @@
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
services.xserver = {
xkb.layout = lib.mkForce "us";
services = {
xserver.xkb.layout = lib.mkForce "us";
displayManager.sddm.settings = {
General.GreeterEnvironment = "QT_SCREEN_SCALE_FACTORS=2";
};