move smc fonts to nixpkgs
This commit is contained in:
parent
1b01cc23ac
commit
e0ea27040f
2 changed files with 0 additions and 13 deletions
|
@ -19,7 +19,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultPackages = true;
|
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
|
|
|
@ -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=";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue