Add extra fonts for emacs

Switch nil for nixd (nix language server)
This commit is contained in:
Evie Litherland-Smith 2023-09-08 13:30:15 +01:00
parent 2b9697aad7
commit 8efd01185b
2 changed files with 6 additions and 1 deletions

View file

@ -43,7 +43,7 @@
nodePackages.js-beautify nodePackages.js-beautify
# LSP servers # LSP servers
nil nixd
fortls fortls
shellcheck shellcheck
marksman marksman

View file

@ -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" ]; })
]; ];