1
0
Fork 0

Remove firefox theater

This commit is contained in:
Malte 2022-12-02 01:22:52 +01:00
parent 7b95f6eba2
commit a2330949d0
2 changed files with 2 additions and 24 deletions

View file

@ -57,7 +57,6 @@ let
extra
++ on-my-machines
++ [
(import ./roles/firefox.nix "http://localhost:7000")
(makeAutostart "kassandra2")
(makeAutostart "unlock-ssh")
./roles/beets.nix
@ -73,7 +72,7 @@ let
./roles/mpd.nix
./roles/pythia.nix
./roles/research.nix
./roles/night-shutdown.nix
#./roles/night-shutdown.nix
./roles/tinkering.nix
./roles/wallpaper.nix
./roles/zettelkasten.nix

View file

@ -1,25 +1,4 @@
startpage: {pkgs, ...}: {
programs.firefox = {
profiles.maralorn-default = {
extraConfig = ""; # user.js
userChrome = ""; # css
userContent = ""; # css
settings = {
"browser.search.region" = "DE";
"distribution.searchplugins.defaultLocale" = "de-DE";
"general.useragent.locale" = "de-DE";
"identity.sync.tokenserver.uri" = "https://firefox-sync.maralorn.de/1.0/sync/1.5";
"browser.download.useDownloadDir" = "false";
"browser.newtab.extensionControlled" = "true";
"browser.newtab.privateAllowed" = "true";
"font.name.serif.x-western" = "B612";
"services.sync.username" = "firefox@maralorn.de";
"browser.startup.homepage" = startpage;
};
};
enable = true;
};
{pkgs, ...}: {
programs.browserpass = {
browsers = ["firefox"];
enable = true;