From bd56720268a282c622d5b8a5968ab4b91446940f Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Thu, 17 Jul 2025 21:12:09 -0400 Subject: [PATCH] missed something, reverted helix config to ignore .gitignore --- dot_config/flake/flake.nix | 2 -- dot_config/flake/home/common.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index d798885..2be7603 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -20,11 +20,9 @@ self, nixpkgs, nixpkgs-unstable, - # lix-module, determinate, home-manager, darwin, - helix, ... } @ inputs: let inherit (self) outputs; diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index f5aaf4b..8563b9c 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -60,7 +60,7 @@ }; file-picker = { - git-ignore = false; + git-ignore = true; }; lsp = {