repackage fonts with xz for size and more portable unpacking
This commit is contained in:
parent
4e9f7a43d0
commit
e902c924a3
3 changed files with 7 additions and 4 deletions
|
@ -73,7 +73,13 @@ in {
|
||||||
defaultFonts.monospace = [ "Berkeley Mono" ];
|
defaultFonts.monospace = [ "Berkeley Mono" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [ ];
|
fonts.fonts = with pkgs;
|
||||||
|
[
|
||||||
|
(fetchzip {
|
||||||
|
url = "file://" + ./fonts.tar.xz;
|
||||||
|
sha256 = "sha256-6TULpPByZKNTz3jbYgJgIK6aCRVrPJlfZVBftvAVfMM=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings.auto-optimise-store = true;
|
settings.auto-optimise-store = true;
|
||||||
|
|
BIN
nixos/fonts.tar.xz
Normal file
BIN
nixos/fonts.tar.xz
Normal file
Binary file not shown.
|
@ -1,3 +0,0 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:133856797190804766dac926e19daa6b59b1846a724f6513393a1caeb30af065
|
|
||||||
size 642474
|
|
Loading…
Reference in a new issue