test
This commit is contained in:
parent
45c189767f
commit
8e5a76dd3c
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
{ lib, config, pkgs, ... }: {
|
||||
# Configure keymap in X11
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
@ -11,3 +12,4 @@
|
|||
videoDrivers = [ "nvidia" ];
|
||||
autorun = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue