diff --git a/programs/firefox.nix b/programs/firefox.nix index cd29552..819415d 100644 --- a/programs/firefox.nix +++ b/programs/firefox.nix @@ -33,7 +33,7 @@ containersForce = true; extensions.packages = with firefox-addons; [ bitwarden - containerise + multi-account-containers floccus libredirect old-reddit-redirect diff --git a/programs/shells.nix b/programs/shells.nix index 96ea730..93b2d9d 100644 --- a/programs/shells.nix +++ b/programs/shells.nix @@ -30,6 +30,7 @@ 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 2a3c9c5..cb1d619 100644 --- a/programs/zed.nix +++ b/programs/zed.nix @@ -50,7 +50,12 @@ }; }; }; - Nix = { formatter = { external = { command = "nixfmt"; }; }; }; + }; + lsp = { + nil = { + initialization_options.formatting.command = [ "nixfmt" ]; + settings.nix.flake.autoArchive = true; + }; }; preview_tabs = { enabled = false; }; ssh_connections = [{