mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: add proper appimage support
This commit is contained in:
parent
14f9bbf832
commit
15205abbcf
2 changed files with 24 additions and 0 deletions
9
profiles/nixos/common/appimage.nix
Normal file
9
profiles/nixos/common/appimage.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_:
|
||||
{
|
||||
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue