base: move common Xorg options under gui option

This commit is contained in:
Antoine Martin 2022-01-07 17:44:30 +01:00
parent b9f088c656
commit ae2c3308db
3 changed files with 24 additions and 21 deletions

View file

@ -91,18 +91,11 @@ in
permitRootLogin = "no";
passwordAuthentication = false;
};
xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
windowManager.i3.enable = true;
layout = "fr";
xkbVariant = "us";
libinput.enable = true;
};
};
my.displayManager.sddm.enable = true;
my.gui.enable = true;
my.gui = {
enable = true;
isNvidia = true;
};
my.wakeonwlan.interfaces.phy0.methods = [
"magic-packet"