x1
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
0fb55d0de1
commit
b5ee5a4b90
|
@ -15,7 +15,6 @@ in
|
|||
flatpak.enable = true;
|
||||
xserver = {
|
||||
layout = "de+us";
|
||||
xkbVariant = "nodeadkeys";
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue