split into tower and laptop config

This commit is contained in:
2025-11-03 11:36:56 +01:00
parent 1e738d598b
commit 1aa72c7a30
28 changed files with 308 additions and 84 deletions

View File

@@ -1,6 +1,13 @@
{ config, pkgs, ... }:
{
{
console = {
earlySetup = true;
useXkbConfig = true;
};
services.xserver.xkb.layout = "de";
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "de_DE.UTF-8";
i18n.extraLocaleSettings = {