This commit is contained in:
Adithya 2023-03-22 23:28:58 +05:30
parent 93cb72244d
commit d8cd263d9d
No known key found for this signature in database
GPG key ID: 0C7F35F4F821290F

View file

@ -4,14 +4,14 @@
enableDefaultFonts = true; enableDefaultFonts = true;
fontDir.enable = true; fontDir.enable = true;
fonts = with pkgs; [ fonts = with pkgs; [
cantarell-fonts cantarell-fonts
liberation_ttf liberation_ttf
(nerdfonts.override { fonts = [ "FiraCode" ]; }) (nerdfonts.override { fonts = [ "FiraCode" ]; })
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
]; ];
}; };
programs = { programs = {
git.enable = true; git.enable = true;