mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-09 01:44:15 +01:00
gamemode: Specify location used
This commit is contained in:
parent
6e61915182
commit
080a491b20
@ -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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user