mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-12 19:36:18 +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 = {
|
custom = {
|
||||||
start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started.'";
|
start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started from host.'";
|
||||||
end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended.";
|
end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended from host.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user