Fix
This commit is contained in:
parent
ac31709f4e
commit
b7e878e6e8
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
preTangledFile = pkgs.writeText "config.org" ''
|
||||
${builtins.readFile ../../config.org}
|
||||
#+begin_src emacs-lisp
|
||||
(setq dashboard-startup-banner "${./nixmacs.xpm}")
|
||||
(setq dashboard-startup-banner "${../../nixmacs.xpm}")
|
||||
|
||||
;;https://github.com/wbolster/emacs-direnv/issues/85
|
||||
(setenv "PATH" (mapconcat 'identity exec-path ":")) ;;fixes direnv losing nix pkgs
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
fontConfig = pkgs.makeFontsConf {
|
||||
fontDirectories = with pkgs; [
|
||||
nerd-fonts.iosevka
|
||||
custom.et-bembo
|
||||
kylekrein.et-bembo
|
||||
dejavu_fonts
|
||||
iosevka
|
||||
nerd-fonts.symbols-only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue