First Commit
This commit is contained in:
5
home/gnome-keyring.nix
Normal file
5
home/gnome-keyring.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
services.gnome-keyring.enable = true;
|
||||
home.packages = [ pkgs.gcr ]; # Provides org.gnome.keyring.SystemPrompter
|
||||
}
|
||||
Reference in New Issue
Block a user