added rubik font

This commit is contained in:
biscuit
2025-05-26 18:53:15 -05:00
parent 0c99dfefbb
commit 8e9bfe9522
7 changed files with 25 additions and 0 deletions
+16
View File
@@ -62,5 +62,21 @@
licenses.free = false;
};
};
packages.rubik = pkgs.stdenvNoCC.mkDerivation {
name = "rubik-font";
dontConfigue = true;
src = ./.;
installPhase = ''
mkdir -p $out/share/fonts
cp -R $src/fonts/Rubik $out/share/fonts/truetype
'';
meta = {
description = "The Monolisa Font Family derivation.";
licenses.free = false;
};
};
});
}