aspi: add more packages to make nixos installation work

This commit is contained in:
2024-06-12 22:47:58 +02:00
parent 692c22d94c
commit a6043713c9
3 changed files with 191 additions and 3 deletions

View File

@ -0,0 +1,14 @@
{ pkgs, ... }:
with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
font-awesome
dejavu_fonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
liberation_ttf
fira-code
fira-code-symbols
source-code-pro
]