Make gnome keyring work

This commit is contained in:
Jimbo 2024-10-01 18:18:26 -04:00
parent 01362f145f
commit 1a096662e1
9 changed files with 16 additions and 36 deletions

View file

@ -33,6 +33,7 @@
# Services
./services/openssh.nix
./services/gnome-keyring.nix
./services/qemukvm.nix
#./services/waydroid.nix
./services/udev.nix

View file

@ -33,6 +33,7 @@
# Services
./services/openssh.nix
./services/gnome-keyring.nix
./services/udev.nix
./services/mpd.nix
];

View file

@ -34,7 +34,7 @@
# Services
./services/openssh.nix
./services/udev.nix
./services/gnome-keyring.nix
./services/mpd.nix
];

View file

@ -0,0 +1,3 @@
{
services.gnome.gnome-keyring.enable = true;
}