Skip to content

Commit

Permalink
chore(home/browser): actually most of browser extensions are no longe…
Browse files Browse the repository at this point in the history
…r needed
  • Loading branch information
luisnquin committed Jan 26, 2025
1 parent 01cfedc commit 07ab55d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions home/modules/browser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,7 @@ in {
package = pkgs.brave;
extensions = let
ids = [
"dmghijelimhndkbmpgbldicpogfkceaj" # "Dark mode"
"gppongmhjkpfnbhagpmjfkannfbllamg" # Wappalyzer - Technology profiler

"dnhpnfgdlenaccegplpojghhmaamnnfp" # Augmented Steam
"ficfmibkjjnpogdcfhfokmihanoldbfe" # File Icons for GitHub and GitLab

"njkkfaliiinmkcckepjdmgbmjljfdeee" # CodeWing
"ldleapnlgbkpkabhbkkeangmnfpikahe" # What's new on GitHub
"ialbpcipalajnakfondkflpkagbkdoib" # Lovely forks
"anlikcnbgdeidpacdbdljnabclhahhmd" # Enhanced GitHub
];
in
builtins.map (id: {inherit id;}) ids;
Expand Down

0 comments on commit 07ab55d

Please sign in to comment.