This commit is contained in:
iFargle 2023-07-05 10:45:25 +09:00
parent 45c189767f
commit 8e5a76dd3c

View file

@ -1,3 +1,4 @@
{ lib, config, pkgs, ... }: {
# Configure keymap in X11
services.xserver = {
enable = true;
@ -11,3 +12,4 @@
videoDrivers = [ "nvidia" ];
autorun = true;
};
}