diff options
| author | Fuwn <[email protected]> | 2024-10-01 16:25:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 16:25:37 -0700 |
| commit | ea62f064a5b019497355568c17127887def14494 (patch) | |
| tree | 12256fd0ef75aba80d83fbeea4d42a4bb392b49a /flake.nix | |
| parent | modules: move more software to pc from desktop (diff) | |
| download | nixos-config-ea62f064a5b019497355568c17127887def14494.tar.xz nixos-config-ea62f064a5b019497355568c17127887def14494.zip | |
home: use apple-fonts.nix flake for apple fonts
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -121,6 +121,15 @@ }; }; + apple-fonts = { + url = "github:Lyndeno/apple-fonts.nix"; + + inputs = { + flake-utils.follows = "flake-utils"; + nixpkgs.follows = "nixpkgs"; + }; + }; + disko = { url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; |