desktop: move to nheko with gnome-keyring

This commit is contained in:
2025-10-18 14:58:03 +02:00
parent 687fd92a94
commit 2a3079f35e
10 changed files with 23 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
#
# Screenshots
#
{ pkgs, user, ... }:
{
services = { # sxhkd shortcut = Printscreen button (Print)
gnome-keyring = {
enable = true;
};
};
home.packages = with pkgs; [ gcr seahorse ];
}