Revert "nixos/gnome3: fix gnome-flashback"

This reverts commit 60aedadc59.

Using tests from #71212 I am now unable to reproduce there being issues
with starting the default metacity flashback session without this.
This commit is contained in:
worldofpeace 2019-10-19 19:57:49 -04:00
parent 486a728b94
commit 42f567b30d

View File

@ -180,10 +180,6 @@ in
wmCommand = "${pkgs.gnome3.metacity}/bin/metacity";
} ++ cfg.flashback.customSessions);
systemd.packages = with pkgs.gnome3; [
gnome-flashback
];
security.pam.services.gnome-screensaver = {
enableGnomeKeyring = true;
};