refactor: remake pankomacs
This commit is contained in:
parent
96f7452747
commit
6110ca33b2
1 changed files with 9 additions and 9 deletions
18
README.org
18
README.org
|
@ -1,7 +1,7 @@
|
||||||
#+title: Pankomacs
|
#+title: Pankomacs
|
||||||
#+options: toc:nil num:nil
|
#+options: toc:nil num:nil
|
||||||
|
|
||||||
#+html: <img src="media/panko.gif" height="64px" align="right">
|
#+html: <img src="media/panko.gif" height="256px">
|
||||||
|
|
||||||
Pankomacs is an "opinionated opinionated emacs configuration" which uses flakes
|
Pankomacs is an "opinionated opinionated emacs configuration" which uses flakes
|
||||||
and emacs-overlay to manage packages instead of straight.el. It tries to use
|
and emacs-overlay to manage packages instead of straight.el. It tries to use
|
||||||
|
@ -26,15 +26,15 @@ like this:
|
||||||
You can then, for example, use it in your NixOS configuration by using this in
|
You can then, for example, use it in your NixOS configuration by using this in
|
||||||
your NixOS configuration:
|
your NixOS configuration:
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
{inputs, pkgs, ...}: {
|
{ inputs, pkgs, ... }: {
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.pankomacs.lib.mkPankomacs {
|
package = inputs.pankomacs.lib.mkPankomacs {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
emacs = pkgs.emacs-pgtk; # non-specific
|
emacs = pkgs.emacs-pgtk; # non-specific
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Where did the name come from?
|
* Where did the name come from?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue