feat(home:music): add binds
This commit is contained in:
parent
5f03166886
commit
20466f95b2
2 changed files with 9 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue