Final edits before fork
This commit is contained in:
parent
449b35acf8
commit
a4edaec9eb
10 changed files with 363 additions and 156 deletions
|
@ -24,20 +24,23 @@ in
|
|||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
programs.firefox.profiles = {
|
||||
main = {
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
search.default = "DuckDuckGo";
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
darkreader
|
||||
maya-dark
|
||||
];
|
||||
search.force = true;
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
main = {
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
search.default = "DuckDuckGo";
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
darkreader
|
||||
maya-dark
|
||||
];
|
||||
search.force = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue