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