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.
This commit is contained in:
parent
918b578211
commit
60aedadc59
@ -176,6 +176,10 @@ 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…
x
Reference in New Issue
Block a user