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