forked from fabian/nix_config
remove comments
This commit is contained in:
parent
119c0ab771
commit
360138e76f
|
@ -14,8 +14,8 @@ in {
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xkb.layout = "us"; #TODO
|
xkb.layout = "us";
|
||||||
displayManager.startx.enable = true; #TODO maybe crear un modulo para ly?
|
displayManager.startx.enable = true;
|
||||||
};
|
};
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue