mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared: update nixpkgs configuration
This commit is contained in:
parent
96837c050b
commit
e1abb88f83
@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user