more pc configuration

This commit is contained in:
Kopatz
2023-11-22 12:12:11 +01:00
parent 71705b84c0
commit 67f0cf7d6e
10 changed files with 54 additions and 3 deletions

View File

@@ -34,6 +34,11 @@ in
};
};
programs.git.enable = true;
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
home.stateVersion = "23.05";
};
};