add appimage support

This commit is contained in:
illustris 2025-12-02 12:02:15 +05:30
parent d3df0ee6f5
commit 09e6f82ba3
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -118,6 +118,7 @@
programs = { programs = {
adb.enable = true; adb.enable = true;
appimage.enable = true;
bash = { bash = {
interactiveShellInit = '' interactiveShellInit = ''
export HISTSIZE=-1 HISTFILESIZE=-1 HISTCONTROL=ignoreboth:erasedups export HISTSIZE=-1 HISTFILESIZE=-1 HISTCONTROL=ignoreboth:erasedups