This commit is contained in:
2026-01-02 20:43:09 +01:00
commit 96a1f8a395
124 changed files with 2833 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{ ... }: {
networking.hostName = "nixos";
networking.networkmanager.enable = true;
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "de_DE.UTF-8";
console.keyMap = "de";
services.xserver.xkb = {
layout = "de";
options = "caps:escape";
};
}