modules: Add AppImage support
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
home-vpn
|
home-vpn
|
||||||
opentablet
|
opentablet
|
||||||
|
|
||||||
#TODO: laptop specific aspects like powertop
|
appimage
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
flake.modules.nixos.appimage = { pkgs, ...}: {
|
||||||
|
programs.appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user