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;
fontDir.enable = true;
fonts = with pkgs; [
cantarell-fonts
liberation_ttf
(nerdfonts.override { fonts = [ "FiraCode" ]; })
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
];
};
cantarell-fonts
liberation_ttf
(nerdfonts.override { fonts = [ "FiraCode" ]; })
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
];
};
programs = {
git.enable = true;