fixed dir

This commit is contained in:
Bryan Ramos 2024-05-12 12:30:57 -04:00
parent 2ffa9fb046
commit 21a64fd68d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 4 additions and 9 deletions

View file

@ -19,7 +19,7 @@ in
};
merge = { tool = "vimdiff"; };
safe = {
directory = "${config.user.nixosDir}";
directory = "/etc/nixos";
};
};
ignores = [

View file

@ -29,10 +29,6 @@ in
};
};
programs.git.ignores = [
".direnv"
];
home.sessionVariables = {
DIRENV_LOG_FORMAT = " ";
};