qtwebengine is cooked
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
|
||||
ipython
|
||||
requests
|
||||
debugpy
|
||||
# debugpy
|
||||
black
|
||||
]);
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user