1
0
forked from extern/nix-config

gamemode: Fix error from typo

This commit is contained in:
Donovan Glover 2023-06-25 18:18:38 -04:00
parent e0f3503069
commit 2a6536337f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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.'";
};
};
};