Git config changes

This commit is contained in:
Agatha Lovelace 2023-02-22 21:27:12 +01:00
parent 68a8f2ceec
commit c4c845e01a
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
2 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,10 @@ in {
pfusch = "push --force-with-lease";
stat = "diff --compact-summary";
};
extraConfig = { init = { defaultBranch = "mistress"; }; };
extraConfig = {
init = { defaultBranch = "mistress"; };
core = { editor = "hx"; };
};
};
starship = {

View File

@ -2,7 +2,7 @@
let
unstable = import
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/master") {
config = config.nixpkgs.config;
inherit (config.nixpkgs) config;
};
in {
home-manager.users.agatha = {