diff --git a/profiles/applications/firefox.nix b/profiles/applications/firefox.nix index 92fb5e7..80d03a3 100755 --- a/profiles/applications/firefox.nix +++ b/profiles/applications/firefox.nix @@ -86,7 +86,7 @@ in { "general.autoScroll" = true; "extensions.pocket.enabled" = false; "browser.startup.page" = 1; - "browser.startup.homepage" = "https://startpage.ataraxiadev.com"; + "browser.startup.homepage" = "https://organizr.ataraxiadev.com"; "toolkit.legacyUserProfileCustomizations.stylesheets" = true; "browser.search.suggest.enabled" = true; "ui.context_menus.after_mouseup" = true; @@ -126,7 +126,7 @@ in { "signon.rememberSignons" = false; "general.autoScroll" = true; "extensions.pocket.enabled" = false; - "browser.startup.homepage" = "https://startpage.ataraxiadev.com"; + "browser.startup.homepage" = "https://organizr.ataraxiadev.com"; "toolkit.legacyUserProfileCustomizations.stylesheets" = true; "browser.search.suggest.enabled" = true; "browser.urlbar.suggest.searches" = true; diff --git a/profiles/applications/vscode.nix b/profiles/applications/vscode.nix index 1b112ea..daa7b29 100644 --- a/profiles/applications/vscode.nix +++ b/profiles/applications/vscode.nix @@ -57,12 +57,6 @@ in version = "0.7.0"; sha256 = "0fm4sxx1cb679vn4v85dw8dfp5x0p74m9p2b56gqkvdap0f2q351"; } - { - name = "bracket-pair-colorizer-2"; - publisher = "CoenraadS"; - version = "0.2.4"; - sha256 = "1vdd3l5khxacwsqnzd9a19h2i7xpp3hi7awgdfbwvvr8w5v8vkmk"; - } { name = "dart-code"; publisher = "Dart-Code"; diff --git a/profiles/servers/media-stack/lidarr.nix b/profiles/servers/media-stack/lidarr.nix index c9d5aae..ee923db 100644 --- a/profiles/servers/media-stack/lidarr.nix +++ b/profiles/servers/media-stack/lidarr.nix @@ -15,7 +15,6 @@ "/etc/localtime:/etc/localtime:ro" "/media/configs/lidarr/config:/config" "/media/data:/data" - "/samba:/samba:ro" ]; }; -} \ No newline at end of file +}