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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue