Skip to content

Commit

Permalink
chore(font): replace emacs-all-the-fonts with nerdfonts
Browse files Browse the repository at this point in the history
This follows a change in Doom Emacs. Powerline Symbols are also removed
because Nerd Fonts include them.
  • Loading branch information
midchildan committed Nov 9, 2023
1 parent a5b3179 commit 9b75a9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/home/profiles/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ in

home.packages = with pkgs; [
fira-code
powerline-symbols
xkcd-font
emacs-all-the-icons-fonts
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
];
};
}

0 comments on commit 9b75a9e

Please sign in to comment.