1
0
Fork 0

Fix element links

This commit is contained in:
Malte Brandy 2021-06-07 02:40:38 +02:00
parent f6b960f1e8
commit 77c5fcab9c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,5 +1,8 @@
{ ... }: {
programs.firefox.enable = true;
programs.browserpass.enable = true;
home.sessionVariables.MOZ_ENABLE_WAYLAND = 1;
home.sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
MOZ_DBUS_REMOTE = 1;
};
}