From 60aedadc59030477a9340af69866c728ac05d924 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 15 Oct 2019 18:18:20 -0400 Subject: nixos/gnome3: fix gnome-flashback This session would fail to start because we didn't have it in systemd.packages (as we've switched to systemd gnome-session). Haven't tested custom sessions. --- nixos/modules/services/x11/desktop-managers/gnome3.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/services/x11/desktop-managers/gnome3.nix b/nixos/modules/services/x11/desktop-managers/gnome3.nix index 20385c884b5e..125fffa8251f 100644 --- a/nixos/modules/services/x11/desktop-managers/gnome3.nix +++ b/nixos/modules/services/x11/desktop-managers/gnome3.nix @@ -176,6 +176,10 @@ in wmCommand = "${pkgs.gnome3.metacity}/bin/metacity"; } ++ cfg.flashback.customSessions); + systemd.packages = with pkgs.gnome3; [ + gnome-flashback + ]; + security.pam.services.gnome-screensaver = { enableGnomeKeyring = true; }; -- cgit 1.4.1