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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue