Desktop: add appimage support
This commit is contained in:
parent
35235b004b
commit
e01b542bb5
2 changed files with 7 additions and 0 deletions
6
roles/desktop/programs/appimage.nix
Normal file
6
roles/desktop/programs/appimage.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue