Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-04 19:43:29 +01:00
parent 0fb55d0de1
commit b5ee5a4b90
2 changed files with 16 additions and 16 deletions

View file

@ -15,7 +15,6 @@ in
flatpak.enable = true;
xserver = {
layout = "de+us";
xkbVariant = "nodeadkeys";
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;

View file

@ -24,7 +24,7 @@ with lib.plusultra;
};
# Configure console keymap
console.keyMap = "de-latin1-nodeadkeys";
console.keyMap = "us";
i18n.extraLocaleSettings = {
LC_MESSAGES = "en_US.UTF-8";
LC_TIME = "de_DE.UTF-8";
@ -33,6 +33,7 @@ with lib.plusultra;
environment = {
systemPackages = with pkgs; [
age
cifs-utils
clevis
delta
efibootmgr