Compare commits
No commits in common. "534d3b0032cb9124e3b3af050c0694e9c19e4f51" and "2e0c03a5ec815024c3d604991d088d2fa65f948f" have entirely different histories.
534d3b0032
...
2e0c03a5ec
|
@ -70,15 +70,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
darktable
|
darktable
|
||||||
deluge
|
deluge
|
||||||
(gajim.override {
|
gajim
|
||||||
enableSecrets = true;
|
|
||||||
# enableJingle = true;
|
|
||||||
# enableSpelling = true;
|
|
||||||
enableUPnP = true;
|
|
||||||
# enableAppIndicator = true;
|
|
||||||
enableE2E = true;
|
|
||||||
enableRST = true;
|
|
||||||
})
|
|
||||||
gnucash
|
gnucash
|
||||||
kdenlive
|
kdenlive
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
|
@ -65,6 +65,12 @@ with lib; {
|
||||||
SecureLinkFixer = null;
|
SecureLinkFixer = null;
|
||||||
WikiEditor = null;
|
WikiEditor = null;
|
||||||
ParserFunctions = null;
|
ParserFunctions = null;
|
||||||
|
|
||||||
|
TemplateStyles = pkgs.fetchzip {
|
||||||
|
url = "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/TemplateStyles/+archive/refs/heads/wmf/1.44.0-wmf.5.tar.gz";
|
||||||
|
sha256 = "sha256-Mb8svP8zt4d1U/NHd9Dd2oUe/SksB/zKYGNYdpmrRfc=";
|
||||||
|
stripRoot = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue