First setup of v3ms config

This commit is contained in:
2024-09-04 15:43:05 +02:00
parent c70c32150e
commit f0e000795b
4 changed files with 105 additions and 2 deletions

View File

@ -0,0 +1,15 @@
{ 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
]