fonte
This commit is contained in:
parent
602b067ab6
commit
54ab7d8ee3
2 changed files with 12 additions and 0 deletions
|
|
@ -79,6 +79,18 @@ in
|
|||
monocraft
|
||||
google-fonts
|
||||
iosevka
|
||||
(
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "customfonts";
|
||||
version = "1.0.0";
|
||||
src = ./customfonts;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/fonts/truetype/customfonts
|
||||
cp -r ./* $out/share/fonts/truetype/customfonts
|
||||
'';
|
||||
}
|
||||
)
|
||||
];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
acpi_call
|
||||
|
|
|
|||
BIN
customfonts/moolbor_0.ttf
Normal file
BIN
customfonts/moolbor_0.ttf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue