Skip to content

Commit

Permalink
chore!(*-nerd-font): remove
Browse files Browse the repository at this point in the history
These packages are now obsolete.

`nerdfont` metapackage has been split into
single fonts under a new namespace `nerd-fonts`
  • Loading branch information
mrtnvgr committed Dec 4, 2024
1 parent fbaef20 commit 8da5b4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@
### Overrides

- **obs-wayland** - obs with plugins for wayland and pipewire support
- **cascadia-code-nerd-font** - Cascadia Code with Nerd Font symbols
- **cascadia-mono-nerd-font** - Cascadia Mono with Nerd Font symbols
3 changes: 0 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ in rec {
];
});

cascadia-code-nerd-font = (pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; });
cascadia-mono-nerd-font = (pkgs.nerdfonts.override { fonts = [ "CascadiaMono" ]; });

# Fetchers
# note: zip suffix doesn't mean that only zip archives are supported,
# so that's why gz here is like an generic term for compression algorithms
Expand Down

0 comments on commit 8da5b4a

Please sign in to comment.