config I can work with

This commit is contained in:
Rouven Seifert 2023-01-20 12:23:05 +01:00
parent c59157a753
commit b8efb1ffed
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 81 additions and 37 deletions

View file

@ -6,7 +6,7 @@
imports =
[
./hardware-configuration.nix
./modules/autorandr
#./modules/autorandr
./modules/networks
#./modules/lightdm
#./modules/gdm
@ -24,8 +24,9 @@
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8";
console = {
keyMap = "dvorak";
font = "Lat2-Terminus16";
useXkbConfig = true; # use xkbOptions in tty.
#useXkbConfig = true; # use xkbOptions in tty.
};
services.xserver = {