auto up 11:49:23 up 0:19, 2 users, load average: 0.09, 0.27, 0.37

This commit is contained in:
2025-11-20 11:49:25 +01:00
parent 0274f875c4
commit dc1e64865f
2 changed files with 10 additions and 4 deletions

View File

@@ -28,5 +28,11 @@
size = 4096;
}];
services.xserver.xkb = {
layout = "us"; # or "us" or whatever base
variant = "neo"; # for Neo2
};
console.useXkbConfig = true; # to make it apply on TTY too
system.stateVersion = "24.11"; # Dont change this
}

View File

@@ -58,10 +58,10 @@
networking = { networkmanager = { enable = true; }; };
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "us";
};
#console = {
# font = "Lat2-Terminus16";
# keyMap = "us";
#};
programs.zsh = {
enable = true;