mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
improve programming experience for nix
This commit is contained in:
@ -20,6 +20,7 @@ in {
|
||||
home-manager.users.root.programs.git = {
|
||||
enable = true;
|
||||
extraConfig.safe.directory = config.dotfilesPath;
|
||||
ignores = [ ".direnv/**" ];
|
||||
};
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
|
Reference in New Issue
Block a user