feat: add terminess nerd font to system and home

This commit is contained in:
Mohammad Rafiq 2025-03-06 16:09:52 +08:00
parent 03857e4556
commit 5c630e7dca
5 changed files with 25 additions and 5 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
# Enable basic fonts for reasonable Unicode coverage
fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [
terminus-nerdfont
];
}

View file

@ -4,6 +4,7 @@
./modules/common.nix # Common options for all systems
./modules/systemd-boot.nix # Systemd-boot as bootloader
./modules/locale.nix # SG locale settings
./modules/fonts.nix # Fonts
./modules/networking.nix # Common networking settings
./modules/hyprland.nix # Hyprland compositor
./modules/nvidia.nix # Nvidia settings