Extended llm; Fixed issues do to bug in Home Manager 25.05 and above

This commit is contained in:
2026-04-09 16:54:39 +02:00
parent 3bee38e919
commit c804bd4174
8 changed files with 142 additions and 59 deletions
+9
View File
@@ -0,0 +1,9 @@
# TODO: Duplicate file
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.fira-mono
nerd-fonts.hack
];
}