install seahorse when using gnome-keyring
This commit is contained in:
parent
a89def3345
commit
9c71e3133c
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
user.packages = with pkgs.gnome; [ seahorse ];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue