This commit is contained in:
CDaut 2024-04-18 23:07:48 +02:00
parent 0dfab885ef
commit 2a0b342695
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 4 additions and 0 deletions

View file

@ -88,6 +88,9 @@
# Bluetooth # Bluetooth
services.blueman.enable = true; services.blueman.enable = true;
# GNOME Keyring
services.gnome.gnome-keyring.enable = true;
# Configure console keymap # Configure console keymap
console.keyMap = "de"; console.keyMap = "de";

View file

@ -51,6 +51,7 @@ in
powerline-fonts powerline-fonts
font-manager font-manager
xfce.xfce4-notifyd xfce.xfce4-notifyd
gnome.seahorse
]; ];
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;