chore(home/linux/gui/hyprland): remove music player - mpd

This commit is contained in:
Ryan Yin
2025-05-31 23:39:15 +08:00
parent e53e7d80e4
commit b612932b17
8 changed files with 2 additions and 70 deletions

View File

@@ -17,8 +17,6 @@ in {
"hypr/scripts".source = mkSymlink "${hyprPath}/scripts";
"hypr/waybar".source = mkSymlink "${hyprPath}/waybar";
"hypr/wlogout".source = mkSymlink "${hyprPath}/wlogout";
# music player - mpd
"mpd".source = mkSymlink "${hyprPath}/mako";
};
# NOTE:

View File

@@ -23,9 +23,6 @@
# audio
alsa-utils # provides amixer/alsamixer/...
mpd # for playing system sounds
mpc-cli # command-line mpd client
ncmpcpp # a mpd client with a UI
networkmanagerapplet # provide GUI app: nm-connection-editor
];
}