Skip to content

Commit

Permalink
Remove 'enhancer-for-youtube' extension from Firefox configuration an…
Browse files Browse the repository at this point in the history
…d add 'cloudflared' package to work mixins
  • Loading branch information
BCNelson committed Nov 19, 2024
1 parent 79fba60 commit 27a619f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion home-manager/_mixins/programs/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
bitwarden
darkreader
enhancer-for-youtube
pay-by-privacy
google-cal-event-merge
ublock-origin
Expand Down
2 changes: 1 addition & 1 deletion home-manager/_mixins/work/redo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
pkgs.dive
pkgs.bazel-buildtools
pkgs.zed-editor
pkgs.cloudflared
];

programs.firefox = {
Expand All @@ -25,7 +26,6 @@
id = 1;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
darkreader
enhancer-for-youtube
google-cal-event-merge
ublock-origin
i-dont-care-about-cookies
Expand Down

0 comments on commit 27a619f

Please sign in to comment.