System/Darwinix: Add fonts

This commit is contained in:
2026-03-21 15:00:32 +01:00
parent 9e62f755bb
commit 1cdc3f25e0
4 changed files with 17 additions and 3 deletions
+5
View File
@@ -52,6 +52,11 @@
wget
];
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
monolisa
];
programs = {
fish.enable = true;
};