Commit bf33582
Changed files (1)
home
linux
gui
home/linux/gui/media.nix
@@ -1,16 +1,6 @@
-{pkgs, ...}: let
- audacious = (pkgs.audacious.override {withPlugins = true;}).overrideAttrs (
- previousAttrs: {
- qtWrapperArgs =
- (previousAttrs.qtWrapperArgs or [])
- ++ [
- "--set GTK_IM_MODULE wayland"
- "--set QT_IM_MODULE fcitx"
- ];
- }
- );
-in {
+{pkgs, ...}: {
home.packages = with pkgs; [
- audacious
+ quodlibet-full
+ musikcube
];
}