refactor: remake pankomacs

This commit is contained in:
Artur Manuel 2025-05-03 19:12:11 +01:00
commit 6e25f44300
Signed by: amadaluzia
SSH key fingerprint: SHA256:uS8IX6IxM7STPOBS/e1vMC6FBToJmSCViQNO/f4SHpU

View file

@ -1,5 +1,5 @@
#+title: Pankomacs
#+options: num:nil
#+options: toc:nil num:nil
#+html: <img src="media/panko.gif" height="256px">
@ -26,15 +26,15 @@ like this:
You can then, for example, use it in your NixOS configuration by using this in
your NixOS configuration:
#+begin_src nix
{inputs, pkgs, ...}: {
services.emacs = {
enable = true;
package = inputs.pankomacs.lib.mkPankomacs {
inherit pkgs;
emacs = pkgs.emacs-pgtk; # non-specific
};
{ inputs, pkgs, ... }: {
services.emacs = {
enable = true;
package = inputs.pankomacs.lib.mkPankomacs {
inherit pkgs;
emacs = pkgs.emacs-pgtk; # non-specific
};
}
};
}
#+end_src
* Where did the name come from?