.hive/modules/home/themes/gtk/config.nix

21 lines
324 B
Nix

{
config,
pkgs,
...
}: {
gtk = {
cursorTheme = {
package = pkgs.nordzy-cursor-theme;
name = "Nordzy-cursors";
};
theme = {
package = pkgs.nordic;
name = "Nordic";
};
iconTheme = {
package = pkgs.tela-circle-icon-theme;
name = "Tela-circle-nord";
};
};
}