Set default editor for nushell and remove gui stuff for git
This commit is contained in:
@@ -28,10 +28,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.git.extraConfig.credential.helper = lib.mkForce [
|
||||
"${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret"
|
||||
"${pkgs.git-credential-oauth}/bin/git-credential-oauth"
|
||||
];
|
||||
# programs.git.extraConfig.credential.helper = lib.mkForce [
|
||||
# "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret"
|
||||
# "${pkgs.git-credential-oauth}/bin/git-credential-oauth"
|
||||
# ];
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user