move config to modules
This commit is contained in:
11
config/xorg.nix
Normal file
11
config/xorg.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
xkbVariant = "";
|
||||
autoRepeatDelay = 200;
|
||||
autoRepeatInterval = 35;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user