mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03: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
1 changed files with 0 additions and 4 deletions
|
@ -180,10 +180,6 @@ in
|
||||||
wmCommand = "${pkgs.gnome3.metacity}/bin/metacity";
|
wmCommand = "${pkgs.gnome3.metacity}/bin/metacity";
|
||||||
} ++ cfg.flashback.customSessions);
|
} ++ cfg.flashback.customSessions);
|
||||||
|
|
||||||
systemd.packages = with pkgs.gnome3; [
|
|
||||||
gnome-flashback
|
|
||||||
];
|
|
||||||
|
|
||||||
security.pam.services.gnome-screensaver = {
|
security.pam.services.gnome-screensaver = {
|
||||||
enableGnomeKeyring = true;
|
enableGnomeKeyring = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue