From 6e25f44300e6b20fe591c59ecd32ac3ebf2b7bdd Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 3 May 2025 19:12:11 +0100 Subject: [PATCH] refactor: remake pankomacs --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index bc065a3..9938624 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ #+title: Pankomacs -#+options: num:nil +#+options: toc:nil num:nil #+html: @@ -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?