Config chagnes
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
# about:policies
|
||||
# Check about:support for extension/add-on ID strings.
|
||||
# Check about:config for options.
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
unstable.firefoxpwa
|
||||
];
|
||||
@@ -42,6 +47,31 @@
|
||||
};
|
||||
};
|
||||
profiles.xeovalyte = {
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Toolbar";
|
||||
toolbar = true;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Brightspace";
|
||||
bookmarks = [
|
||||
{
|
||||
name = "LCA";
|
||||
url = "https://brightspace.tudelft.nl/d2l/le/content/681008/Home";
|
||||
}
|
||||
{
|
||||
name = "DSA";
|
||||
url = "https://brightspace.tudelft.nl/d2l/le/content/681012/Home";
|
||||
}
|
||||
{
|
||||
name = "iEE";
|
||||
url = "https://brightspace.tudelft.nl/d2l/le/content/681018/Home";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
search.engines = {
|
||||
"Nix" = {
|
||||
urls = [{
|
||||
@@ -93,7 +123,7 @@
|
||||
"browser.shell.defaultBrowserCheckCount" = 1;
|
||||
"dom.security.https_only_mode" = true;
|
||||
"privacy.trackingProtection.enabled" = true;
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
"browser.toolbars.bookmarks.visibility" = "newtab";
|
||||
"browser.translations.neverTranslateLanguages" = "nl";
|
||||
"browser.newtabpage.pinned" = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user