mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
overlays/thunderbird-foodogsquared: fix package and top-level arguments
Proof that I don't test this crap often.
This commit is contained in:
parent
a3d3e1c153
commit
b78180d264
@ -1,8 +1,9 @@
|
||||
{ final, prev }:
|
||||
|
||||
# My custom installation of Thunderbird where it's customized to be as
|
||||
# standalone as possible.
|
||||
final: prev:
|
||||
|
||||
{
|
||||
thunderbird-foodogsquared = with prev; wrapThunderbird thunderbird {
|
||||
thunderbird-foodogsquared = with prev; wrapThunderbird thunderbird-unwrapped {
|
||||
extraPolicies = {
|
||||
AppsAutoUpdate = false;
|
||||
DisableAppUpdate = false;
|
||||
|
Loading…
Reference in New Issue
Block a user