ff
This commit is contained in:
parent
ce6b71103d
commit
556b270fc5
3 changed files with 21 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ in {
|
|||
imports = [
|
||||
(import ./helix.nix {inherit pkgs inputs;})
|
||||
# ./plasma.nix
|
||||
./firefox.nix
|
||||
];
|
||||
|
||||
home.file.".cargo/config.toml".text = cargoConfig;
|
||||
|
|
|
|||
14
users/tao/firefox.nix
Normal file
14
users/tao/firefox.nix
Normal file
|
|
@ -0,0 +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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue