Git config changes
This commit is contained in:
parent
68a8f2ceec
commit
c4c845e01a
|
@ -38,7 +38,10 @@ in {
|
||||||
pfusch = "push --force-with-lease";
|
pfusch = "push --force-with-lease";
|
||||||
stat = "diff --compact-summary";
|
stat = "diff --compact-summary";
|
||||||
};
|
};
|
||||||
extraConfig = { init = { defaultBranch = "mistress"; }; };
|
extraConfig = {
|
||||||
|
init = { defaultBranch = "mistress"; };
|
||||||
|
core = { editor = "hx"; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
let
|
let
|
||||||
unstable = import
|
unstable = import
|
||||||
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/master") {
|
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/master") {
|
||||||
config = config.nixpkgs.config;
|
inherit (config.nixpkgs) config;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
home-manager.users.agatha = {
|
home-manager.users.agatha = {
|
||||||
|
|
Loading…
Reference in New Issue