feat: add appimage support.

This commit is contained in:
CronyAkatsuki 2025-03-22 19:48:43 +01:00
parent 0da0d7620b
commit d818174891

View File

@ -87,6 +87,12 @@
# Fix not saving my state # Fix not saving my state
hardware.alsa.enablePersistence = true; hardware.alsa.enablePersistence = true;
# Enable appimages
programs.appimage = {
enable = true;
binfmt = true;
};
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.crony = { users.users.crony = {
isNormalUser = true; isNormalUser = true;