remove extra appimage-run packages

This commit is contained in:
2026-08-14 11:25:52 -05:00
parent 76267e51a4
commit 7fcce083ea

View File

@@ -95,14 +95,14 @@
appimage = {
enable = true;
binfmt = true;
package = pkgs.appimage-run.override {
extraPkgs = pkgs: [
pkgs.icu
pkgs.libxcrypt-legacy
pkgs.python312
pkgs.python312Packages.torch
];
};
# package = pkgs.appimage-run.override {
# extraPkgs = pkgs: [
# pkgs.icu
# pkgs.libxcrypt-legacy
# pkgs.python312
# pkgs.python312Packages.torch
# ];
# };
};
waybar = {
enable = true;