Remove all-the-icons fonts
This commit is contained in:
parent
e0e3ddcbcb
commit
6094779fde
|
@ -76,22 +76,22 @@
|
|||
## Shell
|
||||
shellcheck
|
||||
shfmt
|
||||
# Nix
|
||||
## Nix
|
||||
nixfmt
|
||||
niv
|
||||
## Python
|
||||
nodePackages.pyright
|
||||
black
|
||||
# C/C++
|
||||
## C/C++
|
||||
clang-tools
|
||||
# Javascript
|
||||
## Javascript
|
||||
nodePackages.javascript-typescript-langserver
|
||||
# Go
|
||||
## Go
|
||||
gopls
|
||||
gotests
|
||||
gore
|
||||
golangci-lint
|
||||
# R
|
||||
## R
|
||||
rPackages.lintr
|
||||
rPackages.languageserver
|
||||
];
|
||||
|
@ -99,7 +99,6 @@
|
|||
# Fonts declaration
|
||||
fonts.fonts = with pkgs; [
|
||||
google-fonts
|
||||
emacs-all-the-icons-fonts
|
||||
inconsolata-nerdfont
|
||||
terminus_font_ttf
|
||||
iosevka-bin
|
||||
|
|
Loading…
Reference in New Issue