mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
Init
This commit is contained in:
9
hadi/font.nix
Normal file
9
hadi/font.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
#inputs.apple-fonts.packages.${pkgs.system}.sf-pro-nerd
|
||||
#inputs.apple-fonts.packages.${pkgs.system}.sf-mono-nerd
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user