home: firefox: fix deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
0dc8ac4433
commit
88c00bb83d
1 changed files with 15 additions and 13 deletions
|
|
@ -61,7 +61,8 @@ in
|
||||||
"ui.systemUsesDarkTheme" = true; # Dark mode
|
"ui.systemUsesDarkTheme" = true; # Dark mode
|
||||||
};
|
};
|
||||||
|
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; ([
|
extensions = {
|
||||||
|
packages = with pkgs.nur.repos.rycee.firefox-addons; ([
|
||||||
bitwarden
|
bitwarden
|
||||||
consent-o-matic
|
consent-o-matic
|
||||||
form-history-control
|
form-history-control
|
||||||
|
|
@ -77,4 +78,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue