move some gaming packages to inbuild settings; manage git config declaritively

This commit is contained in:
2025-01-15 11:56:51 +00:00
parent 284945f7c0
commit 9f616076eb
6 changed files with 27 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ with lib;
# org.gradle.daemon.idletimeout=3600000
# '';
".gitconfig".source = ./dotfiles/gitconfig;
#".gitconfig".source = ./dotfiles/gitconfig;
};
programs = {
@@ -42,6 +42,28 @@ with lib;
'';
};
git = {
enable = true;
delta.enable = true;
extraConfig = {
credential = {
helper = [ "cache --timeout 21600" "${pkgs.git-credential-manager}/bin/git-credential-manager" ];
credentialStore = "secretservice";
};
"credential \"https://dev.azure.com\"" = {
useHttpPath = true;
};
};
};
git-credential-oauth = {
enable = true;
};
gitui = {
enable = true;
};
starship.enable = true;
atuin.enable = true;
@@ -60,15 +82,6 @@ with lib;
nix-direnv.enable = true;
};
git = {
enable = true;
delta.enable = true;
};
gitui = {
enable = true;
};
helix = {
enable = true;
defaultEditor = true;