From 607e480170e22cb1775b8209b0bd7c84406d347e Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Tue, 7 Jan 2025 00:37:09 +0530 Subject: [PATCH] chores: cleaned git --- flake.nix | 2 +- home-modules/git.nix | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 8767ea7..65f18bb 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ email = "kulvir@duck.com"; system = "aarch64-darwin"; # apple - x86 = "x86_64-linux" + x86 = "x86_64-linux"; forAllSystems = nixpkgs.lib.genAttrs [ "aarch64-darwin" ]; diff --git a/home-modules/git.nix b/home-modules/git.nix index 15cbf0b..739137b 100644 --- a/home-modules/git.nix +++ b/home-modules/git.nix @@ -20,13 +20,6 @@ ".env" ]; - # includes = [ - # { - # path = "./.gitconfig"; - # condition = "gitdir:~/path/corpo/"; - # } - # ]; - lfs.enable = true; # make ptr to large files(audio/video) locally extraConfig = {