firefox: Improve overlay
This commit is contained in:
parent
b30401044e
commit
8db14d0fa5
2 changed files with 6 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
config = { sloth, ... }: {
|
||||
app.package = intermediary-firefox-esr;
|
||||
app.binPath = "bin/firefox-esr";
|
||||
flatpak.appId = "org.mozilla.firefox";
|
||||
flatpak.appId = "org.mozilla.firefox-esr";
|
||||
|
||||
dbus.policies = {
|
||||
"org.a11y.Bus" = "talk";
|
||||
|
@ -77,6 +77,8 @@
|
|||
(sloth.concat' sloth.xdgConfigHome "/gtk-3.0")
|
||||
(sloth.concat' sloth.xdgConfigHome "/gtk-4.0")
|
||||
(sloth.concat' sloth.xdgConfigHome "/dconf")
|
||||
"/run/current-system/sw/share/icons"
|
||||
"/run/current-system/sw/share/themes"
|
||||
];
|
||||
|
||||
sockets = {
|
Loading…
Add table
Add a link
Reference in a new issue