tor browser
This commit is contained in:
parent
6117ffefb8
commit
11d9dd4970
|
@ -12,6 +12,7 @@
|
|||
keepassxc
|
||||
mpv
|
||||
spotify
|
||||
tor-browser-bundle-bin
|
||||
vlc
|
||||
];
|
||||
|
||||
|
|
|
@ -160,6 +160,12 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
# The firefox-wayland package works with wayland without any further
|
||||
# configuration, but tor-browser doesn't.
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
};
|
||||
};
|
||||
|
||||
# Connect swaylock to PAM. If this isn't done, swaylock needs the suid flag
|
||||
|
|
Loading…
Reference in a new issue