enable AppImage support
This commit is contained in:
parent
246eca567a
commit
5e630f9066
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ in {
|
|||
systemd
|
||||
];
|
||||
};
|
||||
appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue