forked from extern/nix-config
gamemode: Fix error from typo
This commit is contained in:
parent
e0f3503069
commit
2a6536337f
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
custom = {
|
custom = {
|
||||||
start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started from host.'";
|
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.'";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user