This commit is contained in:
Charlotte Van Petegem 2022-04-08 13:05:55 +02:00
parent b27c3a47ed
commit 2c4345c5d2
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -66,6 +66,10 @@ in
{ path = ".cache/mozilla"; type = "cache"; }
];
home-manager.users.charlotte = { ... }: {
home.sessionVariables = {
# This is like, really insecure. Disable ASAP.
MOZ_DISABLE_CONTENT_SANDBOX = "1";
};
programs = {
browserpass = {
enable = true;