base: move common Xorg options under gui option
This commit is contained in:
parent
b9f088c656
commit
ae2c3308db
3 changed files with 24 additions and 21 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue