initial commit
This commit is contained in:
7
home/panotaka/common/core/fonts.nix
Normal file
7
home/panotaka/common/core/fonts.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = [
|
||||
pkgs.noto-fonts
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user