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
|
||||
|
||||
# LSP servers
|
||||
nil
|
||||
nixd
|
||||
fortls
|
||||
shellcheck
|
||||
marksman
|
||||
|
|
|
@ -40,6 +40,10 @@
|
|||
packages = with pkgs; [
|
||||
# icon fonts
|
||||
material-symbols
|
||||
emacs-all-the-icons-fonts
|
||||
material-design-icons
|
||||
weather-icons
|
||||
vscode-extensions.file-icons.file-icons
|
||||
# normal fonts
|
||||
jost
|
||||
lexend
|
||||
|
@ -47,6 +51,7 @@
|
|||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
roboto
|
||||
font-awesome
|
||||
# nerdfonts
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue