Work around https://github.com/NixOS/nixpkgs/issues/167785
This commit is contained in:
parent
b27c3a47ed
commit
2c4345c5d2
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue