infra/nix/home-manager/configuration/graphical-gnome3.nix

8 lines
121 B
Nix

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