mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: enable gnome-keyring
This commit is contained in:
parent
b69cdc4500
commit
99f9a49ce5
1 changed files with 2 additions and 0 deletions
|
@ -20,4 +20,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue