Enable gnome-keyring service

This commit is contained in:
Evie Litherland-Smith 2024-07-08 06:35:24 +01:00
parent 82fb7b434f
commit 9d80d3ab4c
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,6 @@
XDG_STATE_HOME = "$HOME/.local/state";
};
systemPackages = with pkgs; [
libsecret
coreutils-full
gnumake
git

View file

@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
...
@ -17,6 +16,7 @@
xdg-utils
wtype
wl-clipboard
libsecret
libnotify
libcamera
glib
@ -64,6 +64,7 @@
};
services = {
dbus.packages = with pkgs; [gcr];
gnome.gnome-keyring.enable = true;
flatpak.enable = true;
blueman.enable = true;
printing.enable = true;