Git config changes
This commit is contained in:
parent
68a8f2ceec
commit
c4c845e01a
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue