Skip to content

Commit

Permalink
xsuspender: fix typo that made debug option a noop (#3653)
Browse files Browse the repository at this point in the history
  • Loading branch information
somasis authored Feb 7, 2023
1 parent 02ac667 commit 6d95d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/xsuspender.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]; };
Expand Down

0 comments on commit 6d95d98

Please sign in to comment.