From b1b1d6e7a35e2800349b52dff8262e610b5dbb36 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 25 Feb 2020 10:47:53 +0100 Subject: [PATCH] Make sure rambox has a tray icon --- profiles/graphical/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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