This commit is contained in:
logical-code 2025-07-11 00:33:01 -04:00
parent 0015c62414
commit 5ad0eaea4f
2 changed files with 10 additions and 9 deletions

View file

@ -23,4 +23,14 @@ in
nixfmt-rfc-style
];
};
programs = {
chromium = {
enable = true;
extensions = [
"jplnlifepflhkbkgonidnobkakhmpnmh" #PIA
"nngceckbapebfimnlniiiahkandclblb" #Bitwarden
"hlkenndednhfkekhgcdicdfddnkalmdm" #Cookie Editor
]
};
};
}

View file

@ -35,15 +35,6 @@ in
protontricks.enable = lib.mkDefault true;
};
gamemode.enable = true;
chromium = {
enable = true;
extensions = [
"jplnlifepflhkbkgonidnobkakhmpnmh" #PIA
"nngceckbapebfimnlniiiahkandclblb" #Bitwarden
"hlkenndednhfkekhgcdicdfddnkalmdm" #Cookie Editor
]
}
};
};
}