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