diff --git a/src/main.nix b/src/main.nix index b8eefc94..27ec8126 100644 --- a/src/main.nix +++ b/src/main.nix @@ -54,8 +54,8 @@ let VARIABLES = import ./variables.nix; in { }; custom = { - start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started.'"; - end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended."; + start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started from host.'"; + end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended from host."; }; }; };