This commit is contained in:
Tove 2025-06-29 22:33:50 +02:00
parent 602b067ab6
commit 54ab7d8ee3
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
2 changed files with 12 additions and 0 deletions

View file

@ -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

Binary file not shown.