Make sure rambox has a tray icon
This commit is contained in:
parent
15cdefda83
commit
b1b1d6e7a3
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue