Home Gen286 @ 2024-06-23-00:48
This commit is contained in:
parent
18d71ff157
commit
c195c56668
@ -3,7 +3,7 @@
|
||||
lib,
|
||||
fetchurl,
|
||||
appimageTools,
|
||||
electron_29,
|
||||
electron_25,
|
||||
makeWrapper,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
install -m 444 -D resources/app.asar $out/libexec/app.asar
|
||||
install -m 444 -D mqtt-explorer.png $out/share/icons/mqtt-explorer.png
|
||||
install -m 444 -D mqtt-explorer.desktop $out/share/applications/mqtt-explorer.desktop
|
||||
makeWrapper ${electron_29}/bin/electron $out/bin/mqtt-explorer --add-flags $out/libexec/app.asar
|
||||
makeWrapper ${electron_25}/bin/electron $out/bin/mqtt-explorer --add-flags $out/libexec/app.asar
|
||||
'';
|
||||
meta = with lib; {
|
||||
description = "A comprehensive and easy-to-use MQTT Client";
|
||||
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
||||
url = "https://spdx.org/licenses/CC-BY-ND-4.0.html";
|
||||
};
|
||||
maintainers = [maintainers.yorickvp];
|
||||
inherit (electron_29.meta) platforms;
|
||||
inherit (electron_25.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@ -129,6 +129,8 @@
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.firewall.enable = false;
|
||||
|
||||
# touchpad
|
||||
services.xserver.libinput.touchpad.naturalScrolling = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user