mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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:
parent
486a728b94
commit
42f567b30d
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user