From 83cf70185538b7024ba61e47427baf19413e52d0 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 23 Aug 2025 20:09:59 +0000 Subject: [PATCH] feat: add mpd / fzf music command :sparkles: --- nixos/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/fish.nix b/nixos/fish.nix index bb8c104..defb961 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -5,6 +5,7 @@ enable = true; shellAliases = { theme = "bash ~/dotfiles/bashscripts/wsl_theme.sh"; + music = "mpv --no-video --log-file=~/music_history.log \"$(find /mnt/c/Users/DNTH/Music/ -type f \\( -name '*.mp3' -o -name '*.wav' -o -name '*.flac' -o -name '*.m4a' -o -name '*.ogg' \\) | fzf)\""; }; interactiveShellInit = '' fish_vi_key_bindings