@@ -52,7 +52,7 @@ let
|
|||||||
|
|
||||||
flashbackEnabled = cfg.flashback.enableMetacity || lib.length cfg.flashback.customSessions > 0;
|
flashbackEnabled = cfg.flashback.enableMetacity || lib.length cfg.flashback.customSessions > 0;
|
||||||
flashbackWms = lib.optional cfg.flashback.enableMetacity {
|
flashbackWms = lib.optional cfg.flashback.enableMetacity {
|
||||||
wmName = "pkgs.metacity";
|
wmName = "metacity";
|
||||||
wmLabel = "Metacity";
|
wmLabel = "Metacity";
|
||||||
wmCommand = "${pkgs.metacity}/bin/metacity";
|
wmCommand = "${pkgs.metacity}/bin/metacity";
|
||||||
enableGnomePanel = true;
|
enableGnomePanel = true;
|
||||||
|
|||||||
@@ -82,7 +82,10 @@ stdenv.mkDerivation rec {
|
|||||||
mesonFlags = [ "-Dupdate_mimedb=false" ];
|
mesonFlags = [ "-Dupdate_mimedb=false" ];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome.updateScript { packageName = "bijiben"; };
|
updateScript = gnome.updateScript {
|
||||||
|
packageName = "bijiben";
|
||||||
|
attrPath = "gnome-notes";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user