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

@ -46,13 +46,6 @@ in
};
services = {
xserver = {
enable = true;
windowManager.i3.enable = true;
layout = "fr";
xkbVariant = "us";
libinput.enable = true;
};
tlp = {
settings = {
START_CHARGE_THRESH_BAT0 = 70;
@ -61,7 +54,6 @@ in
};
fwupd.enable = true;
};
my.displayManager.sddm.enable = true;
my.gui.enable = true;
environment.systemPackages = with pkgs; [