mirror of
https://github.com/nix-community/home-manager
synced 2024-11-18 17:19:45 +01:00
xsuspender: fix typo that made debug option a noop (#3653)
This commit is contained in:
parent
02ac667557
commit
6d95d98b6b
1 changed files with 1 additions and 1 deletions
|
@ -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