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

@@ -19,6 +19,7 @@
#./udiskie.nix
#./redshift.nix
./kanshi.nix
./keyring.nix
]
# picom, polybar and sxhkd are pulled from desktop module

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 ];
}