organize packages
This commit is contained in:
14
modules/software/compatibility/appimage.nix
Normal file
14
modules/software/compatibility/appimage.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ ... }: {
|
||||
den.aspects.appimage = {
|
||||
nixos = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
appimage-run
|
||||
];
|
||||
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user