diff --git a/nixos/common.nix b/nixos/common.nix index 1ed33706..cdcb1e79 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -73,7 +73,13 @@ in { defaultFonts.monospace = [ "Berkeley Mono" ]; }; - fonts.fonts = with pkgs; [ ]; + fonts.fonts = with pkgs; + [ + (fetchzip { + url = "file://" + ./fonts.tar.xz; + sha256 = "sha256-6TULpPByZKNTz3jbYgJgIK6aCRVrPJlfZVBftvAVfMM="; + }) + ]; nix = { settings.auto-optimise-store = true; diff --git a/nixos/fonts.tar.xz b/nixos/fonts.tar.xz new file mode 100644 index 00000000..be75fc3c Binary files /dev/null and b/nixos/fonts.tar.xz differ diff --git a/nixos/fonts.zip b/nixos/fonts.zip deleted file mode 100644 index e34702d8..00000000 --- a/nixos/fonts.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:133856797190804766dac926e19daa6b59b1846a724f6513393a1caeb30af065 -size 642474