feat(home:music): add binds

This commit is contained in:
ooks-io 2024-06-10 12:27:09 +12:00
parent 5f03166886
commit 20466f95b2
2 changed files with 9 additions and 1 deletions

View file

@ -24,6 +24,13 @@ in
mpv
];
ooknet.binds.spotify = {
launch = "${config.ooknet.binds.terminalLaunch} spotify_player";
next = "spotify_player playback next";
previous = "spotify_player playback previous";
play = "spotify_player playback play-pause";
};
programs.cava = {
enable = true;
settings = {
@ -119,6 +126,7 @@ in
}
}
'';
home.shellAliases = mkIf (zellij.enable || multiplexer == "zellij") {
zjm = "zellij --layout music";
};