From 67c5f2bca598770ece91d8f66d0431f031293492 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:52:22 -0500 Subject: [PATCH 1/4] shell (zsh): install OhMyZsh's gitignore plugin --- programs/shells.nix | 1 + 1 file changed, 1 insertion(+) 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" From bed4340a9bdab42df4ed1834ffd16fcc9d394c90 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 17 Oct 2025 07:11:43 -0500 Subject: [PATCH 2/4] config (zed): switch to LSP formatting for Nix --- programs/zed.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/programs/zed.nix b/programs/zed.nix index 2a3c9c5..60f11b4 100644 --- a/programs/zed.nix +++ b/programs/zed.nix @@ -50,7 +50,9 @@ }; }; }; - Nix = { formatter = { external = { command = "nixfmt"; }; }; }; + }; + lsp = { + nil = { initialization_options.formatting.command = [ "nixfmt" ]; }; }; preview_tabs = { enabled = false; }; ssh_connections = [{ From 62dee0a0a45aa7af6ea1aa0b0093d4b21e623e17 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 17 Oct 2025 07:12:15 -0500 Subject: [PATCH 3/4] config (zed): enable flake auto archiving --- programs/zed.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/programs/zed.nix b/programs/zed.nix index 60f11b4..cb1d619 100644 --- a/programs/zed.nix +++ b/programs/zed.nix @@ -52,7 +52,10 @@ }; }; lsp = { - nil = { initialization_options.formatting.command = [ "nixfmt" ]; }; + nil = { + initialization_options.formatting.command = [ "nixfmt" ]; + settings.nix.flake.autoArchive = true; + }; }; preview_tabs = { enabled = false; }; ssh_connections = [{ From dbd9cc3f4530bf050311e46bdb4a5ff6db5ff993 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 17 Oct 2025 07:13:27 -0500 Subject: [PATCH 4/4] config (firefox): switch back to Mozilla container addon --- programs/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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