added
This commit is contained in:
parent
4523c69238
commit
2c169470cd
3 changed files with 74 additions and 0 deletions
6
hosts/modules/appimage.nix
Normal file
6
hosts/modules/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