m/graphical: enable appimage compatibility
This commit is contained in:
parent
bae95eefb7
commit
3a6f75153e
1 changed files with 10 additions and 1 deletions
|
@ -46,7 +46,6 @@ let
|
|||
rust-bin.stable.latest.default
|
||||
ruby-lsp
|
||||
rubyfmt
|
||||
|
||||
];
|
||||
in stdenvNoCC.mkDerivation {
|
||||
pname = "kate-dev-wrapped";
|
||||
|
@ -222,6 +221,16 @@ in {
|
|||
# plasma-browser-integration
|
||||
#];
|
||||
};
|
||||
appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
package = pkgs.appimage-run.override {
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.icu
|
||||
pkgs.protontricks
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config = { joypixels.acceptLicense = true; };
|
||||
|
|
Loading…
Add table
Reference in a new issue