From f5f600e3908b4b00714a9658c2708b825322a137 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 23 Mar 2022 21:26:43 +0100 Subject: pkgs/sternenseemann/acme: init at 2021-10-19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Patch plan9port most notably including a patch that fixes the interpretation of X11 key events. This resolves the problem that using the shift key of the neo layout would cause acme to start interpreting left mouse button as right mouse button. * Add a wrapper derivation that puts acme and all executables it absolutely requires in PATH. The full Plan 9 userland can still be accessed via the 9 executable, but this allows executing just acme and access e.g. the GNU coreutils from inside of it — in case you do want to use cat -v. machines/sternenseemann/wolfgang: install acme --- machines/sternenseemann/wolfgang.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/sternenseemann/wolfgang.nix') diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix index 882c72f2..8f963030 100644 --- a/machines/sternenseemann/wolfgang.nix +++ b/machines/sternenseemann/wolfgang.nix @@ -58,6 +58,7 @@ in { environment.systemPackages = with pkgs; [ vuizvui.sternenseemann.pass + vuizvui.sternenseemann.acme exfat borgbackup gnupg pinentry-gnome signing-party gpgme thunderbird-wayland -- cgit 1.4.1