mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
config I can work with
This commit is contained in:
parent
c59157a753
commit
b8efb1ffed
7 changed files with 81 additions and 37 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue