mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 01:29:46 +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 = {
|
Service = {
|
||||||
ExecStart = "${pkgs.xsuspender}/bin/xsuspender";
|
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" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
|
|
Loading…
Reference in a new issue