Merge remote-tracking branch 'origin/master'

This commit is contained in:
2021-09-29 22:23:43 -06:00
5 changed files with 8 additions and 3 deletions

View File

@@ -5,5 +5,6 @@
google-chrome
pommed_light
torbrowser
spicetify-cli
];
}

View File

@@ -6,17 +6,19 @@
fonts = {
fonts = with pkgs; [
dejavu_fonts
emacs-all-the-icons-fonts
emojione
fira-code
fira-mono
font-awesome-ttf
iosevka
noto-fonts-emoji
roboto
source-code-pro
source-sans-pro
source-serif-pro
twemoji-color-font
emacs-all-the-icons-fonts
(nerdfonts.override { fonts = [ "JetBrainsMono" "FantasqueSansMono" ]; })
];
fontconfig = {
allowBitmaps = true;