nixos/gnome: Fix eval for gnome-flashback

error: Default graphical session, 'gnome-flashback-metacity', not found.

Fixes f192bd9e5c.
This commit is contained in:
Bobby Rong 2024-08-26 19:45:08 +08:00
parent 8497308847
commit 32eeaa5013
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ let
flashbackEnabled = cfg.flashback.enableMetacity || lib.length cfg.flashback.customSessions > 0;
flashbackWms = lib.optional cfg.flashback.enableMetacity {
wmName = "pkgs.metacity";
wmName = "metacity";
wmLabel = "Metacity";
wmCommand = "${pkgs.metacity}/bin/metacity";
enableGnomePanel = true;