removed
dont use it anymore
This commit is contained in:
parent
ace2b38ec9
commit
ff280e0c9a
4 changed files with 0 additions and 30 deletions
|
|
@ -129,7 +129,6 @@
|
||||||
thorium
|
thorium
|
||||||
rpcs3
|
rpcs3
|
||||||
clear-sans
|
clear-sans
|
||||||
binary-font
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
|
|
@ -164,7 +163,6 @@
|
||||||
inherit
|
inherit
|
||||||
(customPkgs)
|
(customPkgs)
|
||||||
clear-sans
|
clear-sans
|
||||||
binary-font
|
|
||||||
minijinja-cli
|
minijinja-cli
|
||||||
thorium
|
thorium
|
||||||
rpcs3
|
rpcs3
|
||||||
|
|
@ -221,7 +219,6 @@
|
||||||
})
|
})
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
clear-sans = prev.clear-sans.clear-sans;
|
clear-sans = prev.clear-sans.clear-sans;
|
||||||
binary-font = prev.binary-font.binary-clock-font;
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
ipafont
|
ipafont
|
||||||
kochi-substitute
|
kochi-substitute
|
||||||
clear-sans
|
clear-sans
|
||||||
binary-font
|
|
||||||
fontconfig
|
fontconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
pkgs.stdenv.mkDerivation {
|
|
||||||
pname = "binary-clock-font";
|
|
||||||
version = "1.0.0";
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "https://github.com/jamessouth/polybar-binary-clock-fonts/raw/master/BinaryClockBoldMono.ttf";
|
|
||||||
sha256 = "0vxy23zr8r8faa5s7vy5bf8z2q7my39ghmd9ilk7aww9wqsrsjqx";
|
|
||||||
};
|
|
||||||
dontUnpack = true;
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out/share/fonts/truetype
|
|
||||||
cp $src $out/share/fonts/truetype/BinaryClockBoldMono.ttf
|
|
||||||
'';
|
|
||||||
meta = with lib; {
|
|
||||||
description = "A monospaced bold font for binary clocks";
|
|
||||||
homepage = "https://github.com/jamessouth/polybar-binary-clock-fonts";
|
|
||||||
license = licenses.ofl;
|
|
||||||
platforms = platforms.all;
|
|
||||||
maintainers = ["cobray"];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
lib,
|
lib,
|
||||||
}: {
|
}: {
|
||||||
clear-sans = pkgs.callPackage ./clear-sans {};
|
clear-sans = pkgs.callPackage ./clear-sans {};
|
||||||
binary-font = pkgs.callPackage ./binary-font {};
|
|
||||||
minijinja-cli = pkgs.callPackage ./minijinja-cli {};
|
minijinja-cli = pkgs.callPackage ./minijinja-cli {};
|
||||||
thorium = pkgs.callPackage ./thorium {};
|
thorium = pkgs.callPackage ./thorium {};
|
||||||
rpcs3 = pkgs.callPackage ./rpcs3 {};
|
rpcs3 = pkgs.callPackage ./rpcs3 {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue