From 49f853d16b2154314b353a5765826efa06aaaeb7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 16 Sep 2025 11:34:55 -0400 Subject: update commits --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e0901ac..a97f031 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,18 @@ # apple-fonts apple-fonts.url = "github:Lyndeno/apple-fonts.nix"; apple-fonts.inputs.nixpkgs.follows = "nixpkgs"; + apple-fonts.inputs.sf-pro = { + url = "https://f.freya.cat/apple/SF-Pro.dmg"; + flake = false; + }; + apple-fonts.inputs.sf-mono = { + url = "https://f.freya.cat/apple/SF-Mono.dmg"; + flake = false; + }; + apple-fonts.inputs.sf-compact = { + url = "https://f.freya.cat/apple/SF-Compact.dmg"; + flake = false; + }; # nixos-wsl nixos-wsl.url = "github:nix-community/nixos-wsl"; nixos-wsl.inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.2.3-freya