Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
6110ca33b2
refactor: remake pankomacs 2025-05-03 19:09:24 +01:00
96f7452747
refactor: remake pankomacs 2025-05-03 18:07:17 +01:00
5d6151924c
refactor: remake pankomacs 2025-05-03 18:05:59 +01:00

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,7 +26,7 @@ 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, ...}: {
{ inputs, pkgs, ... }: {
services.emacs = {
enable = true;
package = inputs.pankomacs.lib.mkPankomacs {
@ -34,7 +34,7 @@ your NixOS configuration:
emacs = pkgs.emacs-pgtk; # non-specific
};
};
}
}
#+end_src
* Where did the name come from?