add appimage

This commit is contained in:
2026-08-14 11:14:02 -05:00
parent 68e5ac6f6b
commit 60d2f00291

View File

@@ -92,6 +92,19 @@
];
programs = {
appimage = {
enable = true;
binfmt = true;
pkgs.appimage-run.override
{
extraPkgs = pkgs: [
pkgs.icu
pkgs.libxcrypt-legacy
pkgs.python312
pkgs.python312Packages.torch
];
};
};
waybar = {
enable = true;
};