Use fira-code ligatures

This commit is contained in:
Alexander Bantyev 2021-11-30 15:04:22 +03:00
parent 9fafd869f0
commit 1f7ae7e91f
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 5 additions and 6 deletions

View File

@ -44,7 +44,6 @@ in {
rainbow-delimiters rainbow-delimiters
diff-hl diff-hl
mode-line-bell mode-line-bell
hasklig-mode
flycheck flycheck
flycheck-pkg-config flycheck-pkg-config
auto-indent-mode auto-indent-mode
@ -81,6 +80,7 @@ in {
org-caldav org-caldav
evil evil
tuareg tuareg
fira-code-mode
]; ];
}; };

View File

@ -75,10 +75,8 @@
(when (not window-system) (when (not window-system)
(xterm-mouse-mode 1)) (xterm-mouse-mode 1))
(use-package fira-code-mode
:config (global-fira-code-mode))
(use-package hasklig-mode
:hook (haskell-mode))
(use-package company-ghci (use-package company-ghci
:config :config

View File

@ -2,10 +2,11 @@
fonts = { fonts = {
fonts = with pkgs; [ fonts = with pkgs; [
ibm-plex ibm-plex
hasklig
nerdfonts nerdfonts
material-design-icons material-design-icons
material-icons material-icons
fira-code
fira-code-symbols
]; ];
fontconfig = let fonts = config.themes.fonts; fontconfig = let fonts = config.themes.fonts;
in { in {