tor browser
This commit is contained in:
parent
6117ffefb8
commit
11d9dd4970
2 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
mpv
|
mpv
|
||||||
spotify
|
spotify
|
||||||
|
tor-browser-bundle-bin
|
||||||
vlc
|
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
|
# Connect swaylock to PAM. If this isn't done, swaylock needs the suid flag
|
||||||
|
|
Loading…
Reference in a new issue