nixos-config/modules/home/gtk.nix

12 lines
102 B
Nix

{
pkgs,
config,
...
}: {
fonts.fontconfig.enable = true;
gtk = {
enable = true;
};
}