copy text and other small changes

This commit is contained in:
2026-04-07 13:39:14 +02:00
parent 3f555079aa
commit 9b65c5f62b
9 changed files with 277 additions and 357 deletions

View File

@ -4,13 +4,6 @@ pkgs.mkShell {
rustup
];
nativeBuildInputs = with pkgs;[
openssl
glib
gdk-pixbuf
pango
atk
xdo
lld
];
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";