Add extra fonts for emacs
Switch nil for nixd (nix language server)
This commit is contained in:
parent
2b9697aad7
commit
8efd01185b
|
@ -43,7 +43,7 @@
|
||||||
nodePackages.js-beautify
|
nodePackages.js-beautify
|
||||||
|
|
||||||
# LSP servers
|
# LSP servers
|
||||||
nil
|
nixd
|
||||||
fortls
|
fortls
|
||||||
shellcheck
|
shellcheck
|
||||||
marksman
|
marksman
|
||||||
|
|
|
@ -40,6 +40,10 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# icon fonts
|
# icon fonts
|
||||||
material-symbols
|
material-symbols
|
||||||
|
emacs-all-the-icons-fonts
|
||||||
|
material-design-icons
|
||||||
|
weather-icons
|
||||||
|
vscode-extensions.file-icons.file-icons
|
||||||
# normal fonts
|
# normal fonts
|
||||||
jost
|
jost
|
||||||
lexend
|
lexend
|
||||||
|
@ -47,6 +51,7 @@
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
roboto
|
roboto
|
||||||
|
font-awesome
|
||||||
# nerdfonts
|
# nerdfonts
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue