Nixmacs logo, changes to dashboard and moving of windows
This commit is contained in:
parent
a42c4ca936
commit
705ee22d35
4 changed files with 4073 additions and 5 deletions
|
|
@ -3,7 +3,13 @@
|
|||
withLsps ? false,
|
||||
...
|
||||
}: let
|
||||
configFile = pkgs.tangleOrgBabelFile "default.el" ./config.org {
|
||||
preTangledFile = pkgs.writeText "config.org" ''
|
||||
${builtins.readFile ./config.org}
|
||||
#+begin_src emacs-lisp
|
||||
(setq dashboard-startup-banner "${./nixmacs.xpm}")
|
||||
#+end_src
|
||||
'';
|
||||
configFile = pkgs.tangleOrgBabelFile "default.el" preTangledFile {
|
||||
languages = ["emacs-lisp"];
|
||||
};
|
||||
emacs = pkgs.emacsWithPackagesFromUsePackage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue