diff options
| author | Seth Flynn <[email protected]> | 2025-01-31 08:56:22 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-31 08:56:22 -0500 |
| commit | b50d0a983c2795c0bf13818260dc267669127d60 (patch) | |
| tree | 98fc3d1d2e416c2f250acea8bdae0fdd611193df /users | |
| parent | 9821f1ba1c90af5f4f4c8e1d1f16e147f99b9782 (diff) | |
seth/chromium: use startpage extension
Diffstat (limited to 'users')
| -rw-r--r-- | users/seth/programs/chromium.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/users/seth/programs/chromium.nix b/users/seth/programs/chromium.nix index 7fc0c58..055be56 100644 --- a/users/seth/programs/chromium.nix +++ b/users/seth/programs/chromium.nix @@ -22,14 +22,16 @@ in dictionaries = [ pkgs.hunspellDictsChromium.en_US ]; extensions = [ - # ublock origin + # uBlock Origin { id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } - # bitwarden + # Bitwarden { id = "nngceckbapebfimnlniiiahkandclblb"; } - # floccus bookmark sync + # Floccus Bookmark Sync { id = "fnaicdffflnofjppbagibeoednhnbjhg"; } - # tabby cat + # Tabby Cat { id = "mefhakmgclhhfbdadeojlkbllmecialg"; } + # Startpage + { id = "fgmjlmbojbkmdpofahffgcpkhkngfpef"; } ]; }; }; |
