misc general changes / nixpkgs break fixes
This commit is contained in:
parent
4b90113a54
commit
a5b19fc918
15 changed files with 272 additions and 67 deletions
14
modules/xserver/default.nix
Normal file
14
modules/xserver/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
logFile = null;
|
||||
display = 7;
|
||||
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse.accelProfile = "flat";
|
||||
};
|
||||
|
||||
displayManager.startx.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue