Add libfido2 + Correct Keymaps
This commit is contained in:
parent
023caca50e
commit
ede0df5027
1 changed files with 3 additions and 2 deletions
|
@ -113,6 +113,7 @@ packages=(
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
pcsclite # Smartcard daemon, for e-ID
|
pcsclite # Smartcard daemon, for e-ID
|
||||||
|
libfido2
|
||||||
cups
|
cups
|
||||||
bluez
|
bluez
|
||||||
sane
|
sane
|
||||||
|
@ -319,8 +320,8 @@ done
|
||||||
localectl set-locale de_DE.UTF-8
|
localectl set-locale de_DE.UTF-8
|
||||||
# --no-convert stops localectl from trying to apply the text console layout to
|
# --no-convert stops localectl from trying to apply the text console layout to
|
||||||
# X11/Wayland and vice versa
|
# X11/Wayland and vice versa
|
||||||
localectl set-keymap --no-convert us
|
localectl set-keymap --no-convert de
|
||||||
localectl set-x11-keymap --no-convert us,de pc105
|
localectl set-x11-keymap --no-convert de pc105
|
||||||
|
|
||||||
# GDM dconf profile, for global GDM configuration, see
|
# GDM dconf profile, for global GDM configuration, see
|
||||||
# https://help.gnome.org/admin/system-admin-guide/stable/login-banner.html.en
|
# https://help.gnome.org/admin/system-admin-guide/stable/login-banner.html.en
|
||||||
|
|
Loading…
Reference in a new issue