xsuspender: fix typo that made debug option a noop (#3653)
This commit is contained in:
parent
02ac667557
commit
6d95d98b6b
|
@ -191,7 +191,7 @@ in {
|
|||
|
||||
Service = {
|
||||
ExecStart = "${pkgs.xsuspender}/bin/xsuspender";
|
||||
Environment = mkIf cfg.debug [ "G_MESSAGE_DEBUG=all" ];
|
||||
Environment = mkIf cfg.debug [ "G_MESSAGES_DEBUG=all" ];
|
||||
};
|
||||
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
|
Loading…
Reference in a new issue