feat: setup fire-code nerd font

This commit is contained in:
tux
2025-02-23 04:56:41 +05:30
parent 66b81b1398
commit 54046aaea3

View File

@ -16,6 +16,11 @@
android-integration.termux-setup-storage.enable = true;
android-integration.termux-reload-settings.enable = true;
terminal.font = let
firacode = pkgs.nerd-fonts.fira-code;
fontPath = "share/fonts/truetype/NerdFonts/FiraCode/FiraCodeNerdFont-Regular.ttf";
in "${firacode}/${fontPath}";
time.timeZone = "Asia/Kolkata";
tux.services.openssh = {