Compare commits

..

No commits in common. "85a2f7327a063ddec1c2e724949a4981b16f177b" and "841da5df5fa87d6482cd4727a5710628925eeb12" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View file

@ -9,15 +9,11 @@
gtk = { gtk = {
enable = true; enable = true;
font = { font.name = "jost";
name = "jost";
package = pkgs.jost;
};
theme = { theme = {
name = "Catppuccin-Mocha-Standard-Pink-dark"; name = "Catppuccin-Mocha-Standard-Pink-Dark";
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = ["pink"]; accents = ["pink"];
size = "standard";
variant = "mocha"; variant = "mocha";
}; };
}; };

View file

@ -25,7 +25,7 @@
emoji = ["Twitter Color Emoji"]; emoji = ["Twitter Color Emoji"];
}; };
hinting.style = "full"; hinting.style = "hintfull";
}; };
}; };
} }