tv override: customize input-fonts
This commit is contained in:
parent
d1e52425e0
commit
132549cded
@ -1,5 +1,15 @@
|
|||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
self: super: {
|
self: super: {
|
||||||
|
input-fonts = super.input-fonts.overrideAttrs (old: rec {
|
||||||
|
src = self.fetchurl {
|
||||||
|
url = "http://xu.r/~tv/mirrors/input-fonts/Input-Font-2.zip";
|
||||||
|
sha256 = "1vvipqcflz4ximy7xpqy9idrdpq3a0c490hp5137r2dq03h865y0";
|
||||||
|
};
|
||||||
|
outputHash = null;
|
||||||
|
outputHashAlgo = null;
|
||||||
|
outputHashMode = null;
|
||||||
|
});
|
||||||
|
|
||||||
rxvt_unicode = self.callPackage ./rxvt_unicode.nix {
|
rxvt_unicode = self.callPackage ./rxvt_unicode.nix {
|
||||||
rxvt_unicode = super.rxvt_unicode;
|
rxvt_unicode = super.rxvt_unicode;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user