Enable gnome-keyring service
This commit is contained in:
parent
82fb7b434f
commit
9d80d3ab4c
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue