desktop: move to nheko with gnome-keyring
This commit is contained in:
14
modules/services/keyring.nix
Normal file
14
modules/services/keyring.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Screenshots
|
||||
#
|
||||
|
||||
{ pkgs, user, ... }:
|
||||
|
||||
{
|
||||
services = { # sxhkd shortcut = Printscreen button (Print)
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ gcr seahorse ];
|
||||
}
|
||||
Reference in New Issue
Block a user