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
# LSP servers
nil
nixd
fortls
shellcheck
marksman

View file

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