modularized :)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
nerd-fonts.hurmit
|
||||
];
|
||||
|
||||
fontconfig.defaultFonts.monospace = [ "Hurmit Nerd Font Mono" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user