Extended llm; Fixed issues do to bug in Home Manager 25.05 and above
This commit is contained in:
9
darwin/fonts.nix
Normal file
9
darwin/fonts.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
# TODO: Duplicate file
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
nerd-fonts.hack
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user