{ pkgs, config, ... }:
{
home.packages =
[ ]
++ (with pkgs; [
gnome.gnome-tweaks
gnome.gnome-keyring
gnome.seahorse
]);
}