feat: add terminess nerd font to system and home
This commit is contained in:
parent
03857e4556
commit
5c630e7dca
5 changed files with 25 additions and 5 deletions
8
systems/modules/fonts.nix
Normal file
8
systems/modules/fonts.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
# Enable basic fonts for reasonable Unicode coverage
|
||||
fonts.enableDefaultPackages = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
terminus-nerdfont
|
||||
];
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue