update, fonts, tex
This commit is contained in:
14
modules/nixos/fonts.nix
Normal file
14
modules/nixos/fonts.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
font-awesome
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
nerd-fonts.noto
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.droid-sans-mono
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user