diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index ea75a13d..17dc620a 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -62,7 +62,14 @@ mpv okular pavucontrol - rambox + ( + rambox.overrideAttrs ( + oldAttrs: rec { + buildInputs = oldAttrs.buildInputs ++ [ libappindicator-gtk3 ]; + runtimeDependencies = oldAttrs.runtimeDependencies ++ [ libappindicator-gtk3 ]; + } + ) + ) ranger slurp sshfs