This commit is contained in:
ChaotiCryptidz 2022-03-09 20:28:19 +00:00
parent c8bac99c13
commit 28bdb78992
No known key found for this signature in database

View file

@ -0,0 +1,6 @@
{ pkgs, ... }: {
fonts = {
enableFontDir = true;
fonts = with pkgs; [ comic-sans comic-code ];
};
}