Skip to content

Commit

Permalink
fix: remove firefox extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Feb 1, 2024
1 parent ff556f8 commit ead8e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/modules/app/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in
enable = true;
profiles = {
home = {
inherit extensions;
# inherit extensions;
id = 0;
settings = defaultSettings // {
"browser.urlbar.placeholderName" = "DuckDuckGo";
Expand All @@ -45,7 +45,7 @@ in
};

work = {
inherit extensions;
# inherit extensions;
id = 1;
settings = defaultSettings // {
"browser.startup.homepage" = "about:blank";
Expand Down

0 comments on commit ead8e6f

Please sign in to comment.