forked from fabian/nix_config
re-order configuration
This commit is contained in:
parent
33ab479e22
commit
1add39aae0
3 changed files with 40 additions and 34 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue