1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: use NixOS gnome keyring instead of the one from HM

This commit is contained in:
2024-01-09 07:59:41 +01:00
parent f79ab7211c
commit ca48e370ff

View File

@@ -17,8 +17,9 @@ in {
}
];
services.gnome.gnome-keyring.enable = true;
home-manager.users.me = {
services.gnome-keyring.enable = true;
services.nextcloud-client = {
enable = true;
startInBackground = true;