mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #71410 from worldofpeace/revert-thing
Revert "nixos/gnome3: fix gnome-flashback"
This commit is contained in:
commit
730a6f2341
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue