mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 08:20:43 +00:00
Move gnome-keyring to system-wide config
This commit is contained in:
parent
a6eb7496f7
commit
70800ff0ab
4 changed files with 21 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
_: {
|
||||
imports = [
|
||||
./dunst.nix
|
||||
./gnome-keyring.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
config = {
|
||||
services.gnome-keyring.enable = true;
|
||||
xdg.portal.config.common = {
|
||||
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
|
||||
};
|
||||
|
||||
# Enable seahorse (application for managing encryption keys
|
||||
# and passwords in the gnome keyring)
|
||||
home.packages = with pkgs; [ seahorse ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue