mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
chore(home/linux/gui/hyprland): remove music player - mpd
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user