qtwebengine is cooked

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-04 14:36:56 +01:00
parent adc912624d
commit c41e9f4f17
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [ pinentry-all ];
home.packages = with pkgs; [
# pinentry-all
# pinentry-curses
pinentry-gtk2
# pinentry-tty
];
programs.gpg = {
enable = true;
package = pkgs.gnupg;

View File

@@ -4,7 +4,7 @@
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
ipython
requests
debugpy
# debugpy
black
]);
in {