firefox: declaratively define important settings & extensions

Closes #4
This commit is contained in:
Katherina Walshe-Grey 2024-09-06 02:38:28 +01:00
parent 48a5083a02
commit 4bb4780186
3 changed files with 53 additions and 1 deletions

View file

@ -4,7 +4,7 @@
dconf.enable = true;
programs = {
firefox.enable = true; # TODO: config is not yet nix-ified
firefox.enable = true;
vscode.enable = true;
};