universe/home/theming/gtk.nix

11 lines
147 B
Nix
Raw Normal View History

2025-03-02 12:14:39 +00:00
{pkgs, ...}: {
gtk = {
enable = true;
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus-Dark";
};
};
}