Skip to content

Commit

Permalink
CI: Consider nerd-fonts pre-built
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Dec 11, 2024
1 parent 1722c1d commit 608e5a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ in {
"noto-fonts-extra" # popular font, might like it
"noto-fonts" # popular font, might like it
"source-serif" # serif font to complement Sauce Code Pro
];
]
# developer fonts with lots of icons
// lib.filterAttrs (_: v: lib.isDerivation v) np.nixpkgs.home.nerd-fonts;

nixpkgs.prebuilt.base.gui.darwin = np.pick { darwin = "home"; } [
] // np.pick { darwin = "unstable"; } [
Expand Down Expand Up @@ -232,9 +234,7 @@ in {
"sf-symbols" # font with application icons
"sketchybar-font" # font with application icons
"symbola" # another Unicode fallback font
]
# developer fonts with lots of icons
// lib.filterAttrs (_: v: lib.isDerivation v) np.nixpkgs.home.nerd-fonts;
];

nixpkgs.build.base.gui.darwin = np.pick { darwin = "home"; } [
] // np.pick { darwin = "unstable"; } [
Expand Down

0 comments on commit 608e5a8

Please sign in to comment.