summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 12 insertions, 0 deletions
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";