Set firefox home page: home-assistant by default, Nucleus for work machines
This commit is contained in:
parent
94a20654cd
commit
0716338f65
|
@ -1,4 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
stylix.targets.firefox.enable = false;
|
stylix.targets.firefox.enable = false;
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -114,6 +119,7 @@
|
||||||
bookmarks = builtins.fromJSON (builtins.readFile ./bookmarks.json);
|
bookmarks = builtins.fromJSON (builtins.readFile ./bookmarks.json);
|
||||||
settings = {
|
settings = {
|
||||||
"app.shield.optoutstudies.enabled" = false;
|
"app.shield.optoutstudies.enabled" = false;
|
||||||
|
"browser.startup.homepage" = lib.mkDefault "https://home.xenia.me.uk";
|
||||||
"browser.tabs.inTitlebar" = 0;
|
"browser.tabs.inTitlebar" = 0;
|
||||||
"browser.bookmarks.addedImportButton" = false;
|
"browser.bookmarks.addedImportButton" = false;
|
||||||
"browser.bookmarks.showMobileBookmarks" = false;
|
"browser.bookmarks.showMobileBookmarks" = false;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
imports = [ ./home/openfortivpn/ukaea.nix ];
|
imports = [ ./home/openfortivpn/ukaea.nix ];
|
||||||
programs = {
|
programs = {
|
||||||
git.userEmail = config.accounts.email.accounts.outlook.address;
|
git.userEmail = config.accounts.email.accounts.outlook.address;
|
||||||
qutebrowser.settings.url.default_page = "https://nucleus.ukaea.uk";
|
firefox.profiles.user.settings."browser.startup.homepage" = "https://nucleus.ukaea.uk";
|
||||||
};
|
};
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
proton.primary = lib.mkForce false;
|
proton.primary = lib.mkForce false;
|
||||||
|
|
Loading…
Reference in a new issue