more reorganizing

This commit is contained in:
Kopatz
2023-12-11 21:46:42 +01:00
parent 5d29130cf9
commit 05ea1b46c7
11 changed files with 42 additions and 17 deletions

View File

@@ -10,6 +10,9 @@
./hardware-configuration.nix
];
mainUser.layout = "de";
mainUser.variant = "us";
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

View File

@@ -1,6 +1,4 @@
{
layout = "de";
variant = "us";
user = "kopatz";
}