about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-19 19:57:49 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-19 19:57:49 -0400
commit42f567b30def552337bf17a6d30410c16c2b47cc (patch)
tree7289be13e9e6b270f2aa174011d3fa60ca076ec9 /nixos
parent486a728b9412ec17dc9a7266fd870260f72c0c0b (diff)
downloadnixlib-42f567b30def552337bf17a6d30410c16c2b47cc.tar
nixlib-42f567b30def552337bf17a6d30410c16c2b47cc.tar.gz
nixlib-42f567b30def552337bf17a6d30410c16c2b47cc.tar.bz2
nixlib-42f567b30def552337bf17a6d30410c16c2b47cc.tar.lz
nixlib-42f567b30def552337bf17a6d30410c16c2b47cc.tar.xz
nixlib-42f567b30def552337bf17a6d30410c16c2b47cc.tar.zst
nixlib-42f567b30def552337bf17a6d30410c16c2b47cc.zip
Revert "nixos/gnome3: fix gnome-flashback"
This reverts commit 60aedadc59030477a9340af69866c728ac05d924.

Using tests from #71212 I am now unable to reproduce there being issues
with starting the default metacity flashback session without this.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/gnome3.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/gnome3.nix b/nixos/modules/services/x11/desktop-managers/gnome3.nix
index 9a402c74c052..5ad31e5b9d00 100644
--- a/nixos/modules/services/x11/desktop-managers/gnome3.nix
+++ b/nixos/modules/services/x11/desktop-managers/gnome3.nix
@@ -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;
       };