lxmf: init at 1.0.1

This commit is contained in:
Pol Dellaiera
2026-06-14 19:13:24 +02:00
parent 6b3c34197f
commit c9c19e04b9
+14
View File
@@ -0,0 +1,14 @@
{
python3Packages,
}:
let
pythonPackages = python3Packages.overrideScope (
self: super: {
lxmf = super.lxmf.override {
propagateRns = true;
};
}
);
in
pythonPackages.toPythonApplication pythonPackages.lxmf