qtwebengine is cooked
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
{ pkgs, ... }@all: with all; {
|
{ pkgs, ... }@all: with all; {
|
||||||
home.packages = with pkgs; [ pinentry-all ];
|
home.packages = with pkgs; [
|
||||||
|
# pinentry-all
|
||||||
|
# pinentry-curses
|
||||||
|
pinentry-gtk2
|
||||||
|
# pinentry-tty
|
||||||
|
];
|
||||||
programs.gpg = {
|
programs.gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gnupg;
|
package = pkgs.gnupg;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
|
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
|
||||||
ipython
|
ipython
|
||||||
requests
|
requests
|
||||||
debugpy
|
# debugpy
|
||||||
black
|
black
|
||||||
]);
|
]);
|
||||||
in {
|
in {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
waylandFrontend = true;
|
waylandFrontend = true;
|
||||||
addons = with pkgs; [
|
addons = with pkgs; [
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
qt6Packages.fcitx5-chinese-addons
|
kdePackages.fcitx5-chinese-addons
|
||||||
fcitx5-nord
|
fcitx5-nord
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user