Fix font names on Nix home-manager - this breaks existing installs

This commit is contained in:
mir 2024-01-23 07:48:22 -09:00
parent c71413d540
commit d3a2027752

View File

@ -39,9 +39,9 @@ declarations for color schemes."
(tooltip-mode -1) (tooltip-mode -1)
(menu-bar-mode -1) (menu-bar-mode -1)
(set-face-attribute 'fixed-pitch nil (set-face-attribute 'fixed-pitch nil
:family "MesloLGS NF") :family "MesloLGS Nerd Font")
(set-face-attribute 'default nil (set-face-attribute 'default nil
:family "MesloLGS NF") :family "MesloLGS Nerd Font")
;; (set-face-attribute 'variable-pitch nil ;; (set-face-attribute 'variable-pitch nil
;; :inherit 'default ;; :inherit 'default
;; :family "Sans Serif") ;; :family "Sans Serif")