Merge pull request #71410 from worldofpeace/revert-thing

Revert "nixos/gnome3: fix gnome-flashback"
This commit is contained in:
worldofpeace 2019-10-20 00:16:27 +00:00 committed by GitHub
commit 730a6f2341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};