remove extra appimage-run packages
This commit is contained in:
@@ -95,14 +95,14 @@
|
|||||||
appimage = {
|
appimage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
binfmt = true;
|
binfmt = true;
|
||||||
package = pkgs.appimage-run.override {
|
# package = pkgs.appimage-run.override {
|
||||||
extraPkgs = pkgs: [
|
# extraPkgs = pkgs: [
|
||||||
pkgs.icu
|
# pkgs.icu
|
||||||
pkgs.libxcrypt-legacy
|
# pkgs.libxcrypt-legacy
|
||||||
pkgs.python312
|
# pkgs.python312
|
||||||
pkgs.python312Packages.torch
|
# pkgs.python312Packages.torch
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
waybar = {
|
waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user