Gen 443: Organized sys folder

This commit is contained in:
pagedMov
2024-10-13 00:40:42 -04:00
parent 75ded7f870
commit 07cb5136ee
11 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
times-newer-roman
nerdfonts
jetbrains-mono
];
}