yes
This commit is contained in:
parent
b403406470
commit
0b55473b24
4 changed files with 17 additions and 14 deletions
|
|
@ -9,7 +9,7 @@ in {
|
|||
imports = [
|
||||
(import ./helix.nix {inherit pkgs inputs;})
|
||||
# ./plasma.nix
|
||||
./firefox.nix
|
||||
# ./firefox.nix
|
||||
];
|
||||
|
||||
home.file.".cargo/config.toml".text = cargoConfig;
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
{...}: {
|
||||
programs.firefox = {
|
||||
policies = {
|
||||
};
|
||||
enable = true;
|
||||
profiles.default.settings = {
|
||||
"browser.newtabpage.activity-stream.feeds.discoverystreamfeed" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.section.topstories" = false;
|
||||
"browser.newtabpage.activity-stream.section.highlights.includePocket" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsored" = false;
|
||||
"extensions.pocket.enabled" = false;
|
||||
};
|
||||
# policies = {
|
||||
# };
|
||||
# enable = true;
|
||||
# profiles.default.settings = {
|
||||
# "browser.newtabpage.activity-stream.feeds.discoverystreamfeed" = false;
|
||||
# "browser.newtabpage.activity-stream.feeds.section.topstories" = false;
|
||||
# "browser.newtabpage.activity-stream.section.highlights.includePocket" = false;
|
||||
# "browser.newtabpage.activity-stream.showSponsored" = false;
|
||||
# "extensions.pocket.enabled" = false;
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue