Moved: fonts management to home manager; Removed: dulicated fonts.nix for nixos & darwin configurations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
nerd-fonts.hack
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user