configuration.nix/home/gnome-keyring.nix

4 lines
59 B
Nix
Raw Normal View History

2023-03-29 21:48:55 +05:30
{ pkgs, ... }: {
2023-03-15 22:11:59 +05:30
services.gnome-keyring.enable = true;
}