nix-config/home/gtk/default.nix

11 lines
174 B
Nix
Raw Permalink Normal View History

2025-01-14 01:29:24 +01:00
{config, pkgs, ...}: {
gtk = {
enable = true;
theme.name = "Adwaita-dark";
iconTheme = {
name = "Arc";
package = pkgs.arc-icon-theme;
};
};
}