move smc fonts to nixpkgs

This commit is contained in:
Adithya 2023-10-31 15:26:48 +05:30
parent 1b01cc23ac
commit e0ea27040f
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 13 deletions

View file

@ -19,7 +19,6 @@
};
fonts = {
enableDefaultPackages = true;
fontDir.enable = true;
packages = with pkgs; [
cantarell-fonts

View file

@ -1,12 +0,0 @@
{ stdenvNoCC, python3, fetchFromGitLab, ...}: {
pname = "dracula-gtk";
version = "unstable-2023-10-14";
src =fetchFromGitLab {
group = "smc";
owner = "fonts";
repo = "manjari";
rev = "b683d1be36657ba7bf0689ce94e71f1edb9fce86";
hash = "sha256-YR6gCYhPTB6D7/HoCZMb0o91GFH1C+cLjAaiH3jt9Rc=";
};
}