Fix font names on Nix home-manager - this breaks existing installs
This commit is contained in:
parent
c71413d540
commit
d3a2027752
@ -39,9 +39,9 @@ declarations for color schemes."
|
||||
(tooltip-mode -1)
|
||||
(menu-bar-mode -1)
|
||||
(set-face-attribute 'fixed-pitch nil
|
||||
:family "MesloLGS NF")
|
||||
:family "MesloLGS Nerd Font")
|
||||
(set-face-attribute 'default nil
|
||||
:family "MesloLGS NF")
|
||||
:family "MesloLGS Nerd Font")
|
||||
;; (set-face-attribute 'variable-pitch nil
|
||||
;; :inherit 'default
|
||||
;; :family "Sans Serif")
|
||||
|
Loading…
Reference in New Issue
Block a user