switched to floorp
goodbye firefox
This commit is contained in:
parent
de8d18de2d
commit
0e801d81df
3 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.firefox = {
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
package = pkgs.stable.firefox;
|
||||
profiles.blue = {
|
||||
isDefault = true;
|
||||
id = 0;
|
||||
|
@ -22,7 +21,7 @@
|
|||
shinigami-eyes
|
||||
];
|
||||
search = {
|
||||
default = "ddg"; # Set search engine to DuckDuckGo
|
||||
default = "DuckDuckGo"; # Set search engine to DuckDuckGo
|
||||
force = true; # Prevents annoying error when rebuilding
|
||||
};
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue