diff --git a/programs/firefox.nix b/programs/firefox.nix index 819415d..cd29552 100644 --- a/programs/firefox.nix +++ b/programs/firefox.nix @@ -33,7 +33,7 @@ containersForce = true; extensions.packages = with firefox-addons; [ bitwarden - multi-account-containers + containerise floccus libredirect old-reddit-redirect diff --git a/programs/shells.nix b/programs/shells.nix index 93b2d9d..96ea730 100644 --- a/programs/shells.nix +++ b/programs/shells.nix @@ -30,7 +30,6 @@ in { "getantidote/use-omz" "ohmyzsh/ohmyzsh path:lib" "ohmyzsh/ohmyzsh path:plugins/git" - "ohmyzsh/ohmyzsh path:plugins/gitignore" "ohmyzsh/ohmyzsh path:plugins/extract" "zsh-users/zsh-syntax-highlighting" "zsh-users/zsh-autosuggestions" diff --git a/programs/zed.nix b/programs/zed.nix index cb1d619..2a3c9c5 100644 --- a/programs/zed.nix +++ b/programs/zed.nix @@ -50,12 +50,7 @@ }; }; }; - }; - lsp = { - nil = { - initialization_options.formatting.command = [ "nixfmt" ]; - settings.nix.flake.autoArchive = true; - }; + Nix = { formatter = { external = { command = "nixfmt"; }; }; }; }; preview_tabs = { enabled = false; }; ssh_connections = [{