system
This commit is contained in:
parent
c4eed0e32f
commit
44fc8ce456
3 changed files with 13 additions and 0 deletions
6
system/fonts.nix
Normal file
6
system/fonts.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
twemoji-color-font
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue