users/foo-dogsquared: update nixpkgs configuration

This commit is contained in:
Gabriel Arazas 2023-09-24 20:07:01 +08:00
parent 96837c050b
commit e1abb88f83
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,3 +1,12 @@
{ {
allowUnfree = true; allowUnfree = true;
allowInsecure = true;
allowBroken = true;
# These are wrapper options for Firefox.
firefox = {
enableBrowserpass = true;
enableTridactylNative = true;
enableFxCastBridge = true;
};
} }