Skip to content

Commit

Permalink
chore: remove unused font packages
Browse files Browse the repository at this point in the history
  • Loading branch information
glwbr committed Sep 19, 2024
1 parent f08dc62 commit 5f804b4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 73 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};

aesthetic-iosevka.url = "github:alphatechnolog/aesthetic-iosevka";

sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
31 changes: 0 additions & 31 deletions pkgs/SF-Mono/default.nix

This file was deleted.

33 changes: 0 additions & 33 deletions pkgs/SF-Pro/default.nix

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
perSystem = {pkgs, ...}: {
packages = {
wl-ocr = pkgs.callPackage ./wl-ocr {};

# SanFrancisco fonts
SF-Mono = pkgs.callPackage ./SF-Mono {inherit (pkgs) stdenv;};
SF-Pro = pkgs.callPackage ./SF-Pro {inherit (pkgs) stdenv;};
};
};
}
3 changes: 0 additions & 3 deletions system/programs/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

# Monospace fonts
maple-mono-SC-NF
inputs.aesthetic-iosevka.packages.${pkgs.system}.default
inputs.self.packages.${pkgs.system}.SF-Mono
inputs.self.packages.${pkgs.system}.SF-Pro

# nerdfonts
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly" "JetBrainsMono" "DejaVuSansMono"];})
Expand Down

0 comments on commit 5f804b4

Please sign in to comment.