diff --git a/configuration.nix b/configuration.nix index 99b6d17..8b42d43 100644 --- a/configuration.nix +++ b/configuration.nix @@ -88,6 +88,9 @@ # Bluetooth services.blueman.enable = true; + # GNOME Keyring + services.gnome.gnome-keyring.enable = true; + # Configure console keymap console.keyMap = "de"; diff --git a/home.nix b/home.nix index 31c7afd..048bbb0 100644 --- a/home.nix +++ b/home.nix @@ -51,6 +51,7 @@ in powerline-fonts font-manager xfce.xfce4-notifyd + gnome.seahorse ]; fonts.fontconfig.enable = true;