nixos-config/system/wm/gnome-keyring.nix

8 lines
87 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
services.gnome = {
gnome-keyring.enable = true;
};
}