added qr code

This commit is contained in:
2026-04-02 16:23:45 -05:00
parent 2fefbf47e4
commit 4d23197aa3

View File

@@ -227,6 +227,9 @@ in
StandardOutput = "journal";
StandardError = "journal";
};
# ── Make qrencode available for QR code generation ────────
path = [ pkgs.qrencode ];
};
# ── System update as a detached oneshot ─────────────────────