more fixes, base chrome config completed

This commit is contained in:
logical-code 2025-07-11 00:53:23 -04:00
parent 47a2ca341f
commit 7a30be49fb

View file

@ -22,15 +22,16 @@ in
mission-center mission-center
nixfmt-rfc-style nixfmt-rfc-style
]; ];
};
programs = { programs = {
chromium = { chromium = {
enable = true; enable = true;
extensions = [ extensions = [
"jplnlifepflhkbkgonidnobkakhmpnmh" #PIA "jplnlifepflhkbkgonidnobkakhmpnmh" # PIA
"nngceckbapebfimnlniiiahkandclblb" #Bitwarden "nngceckbapebfimnlniiiahkandclblb" # Bitwarden
"hlkenndednhfkekhgcdicdfddnkalmdm" #Cookie Editor "hlkenndednhfkekhgcdicdfddnkalmdm" # Cookie Editor
]; ];
}; };
}; };
};
} }