diff options
Diffstat (limited to 'nix-conf/home/otm.nix')
-rw-r--r-- | nix-conf/home/otm.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix-conf/home/otm.nix b/nix-conf/home/otm.nix index 98a313d..80aa4fa 100644 --- a/nix-conf/home/otm.nix +++ b/nix-conf/home/otm.nix @@ -138,8 +138,9 @@ let ''; toggle = pkgs.writeShellScriptBin "remote-toggle" '' - ssh -nT pi "playerctl play-pause" 2>/dev/null + tmux send-keys -t 0:0 C-b p ''; + in { imports = [ ./includes/darwin.nix ]; |