browser config
This commit is contained in:
parent
36acd0c5b0
commit
781e364ec6
2 changed files with 26 additions and 0 deletions
25
modules/home/core/browser.nix
Normal file
25
modules/home/core/browser.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.brave;
|
||||||
|
extensions = map (id: { inherit id; }) [
|
||||||
|
"nngceckbapebfimnlniiiahkandclblb" # bitwarden
|
||||||
|
"kokhpbhfeokchmbimdlaldcmlinjpipm" # 2fauth
|
||||||
|
"gppongmhjkpfnbhagpmjfkannfbllamg" # wappalyzer
|
||||||
|
|
||||||
|
"cejckpjfigehbeecbbfhangbknpidcnh" # timezone changer
|
||||||
|
"dmghijelimhndkbmpgbldicpogfkceaj" # dark mode
|
||||||
|
"cebifddlogbjhoibpjobhlamopmlpckl" # disable page visibility
|
||||||
|
"efknglbfhoddmmfabeihlemgekhhnabb" # json viewer
|
||||||
|
"bhchdcejhohfmigjafbampogmaanbfkg" # user agent switcher
|
||||||
|
|
||||||
|
"ocabkmapohekeifbkoelpmppmfbcibna" # xoom redirector
|
||||||
|
"fkagelmloambgokoeokbpihmgpkbgbfm" # indie wiki buddy
|
||||||
|
"bggfcpfjbdkhfhfmkjpbhnkhnpjjeomc" # github material icons
|
||||||
|
"hfckonpdalooejghjpbpimhcgighijck" # chess move confirm
|
||||||
|
"babnnfmbjokkeieobamoifmeapbbfhje" # medium unlock
|
||||||
|
"mnjggcdmjocbbbhaepdhchncahnbgone" # sponsor block
|
||||||
|
"ekcgkejcjdcmonfpmnljobemcbpnkamh" # whatsapp web plus
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
./misc/phone.nix
|
./misc/phone.nix
|
||||||
./core/apps.nix
|
./core/apps.nix
|
||||||
./core/code.nix
|
./core/code.nix
|
||||||
|
./core/browser.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue