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"; XDG_STATE_HOME = "$HOME/.local/state";
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
libsecret
coreutils-full coreutils-full
gnumake gnumake
git git

View file

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