From dc1e64865f58512f95d306da93dcd0c685ef9d75 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Thu, 20 Nov 2025 11:49:25 +0100 Subject: [PATCH] auto up 11:49:23 up 0:19, 2 users, load average: 0.09, 0.27, 0.37 --- hosts/thinix-thinkpad/configuration.nix | 6 ++++++ modules/essential.nix | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hosts/thinix-thinkpad/configuration.nix b/hosts/thinix-thinkpad/configuration.nix index b6b9119..a9b1169 100644 --- a/hosts/thinix-thinkpad/configuration.nix +++ b/hosts/thinix-thinkpad/configuration.nix @@ -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 } diff --git a/modules/essential.nix b/modules/essential.nix index e6e2f54..1732b3c 100644 --- a/modules/essential.nix +++ b/modules/essential.nix @@ -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;