diff --git a/modules/gamemode.nix b/modules/gamemode.nix index 2397f5ed..cc625b97 100644 --- a/modules/gamemode.nix +++ b/modules/gamemode.nix @@ -11,7 +11,7 @@ custom = { start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started from host.'"; - end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended from host."; + end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended from host.'"; }; }; };