re-order configuration

This commit is contained in:
Fabian Montero 2024-12-02 14:57:33 -06:00
parent 33ab479e22
commit 1add39aae0
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
3 changed files with 40 additions and 34 deletions

View file

@ -11,10 +11,12 @@ in {
enable = mkEnableOption "graphics settings";
};
config = mkIf cfg.enable {
services.xserver = {
enable = true;
xkb.layout = "us"; #TODO
displayManager.startx.enable = true; #TODO maybe crear un modulo para ly?
services = {
xserver = {
enable = true;
xkb.layout = "us"; #TODO
displayManager.startx.enable = true; #TODO maybe crear un modulo para ly?
};
libinput.enable = true;
};