aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-07-06 13:58:29 +0200
committerAdrian Kummerlaender2021-07-06 13:58:29 +0200
commitd4dd475b9bb845638640f9ea82f7f084ef8b5c99 (patch)
tree4fff7c1f05d57281e1105a91d403fc8b572610f5 /home.nix
parent09d7e5f9613c7acdce710847f24456e80a222560 (diff)
downloadnixos_home-d4dd475b9bb845638640f9ea82f7f084ef8b5c99.tar
nixos_home-d4dd475b9bb845638640f9ea82f7f084ef8b5c99.tar.gz
nixos_home-d4dd475b9bb845638640f9ea82f7f084ef8b5c99.tar.bz2
nixos_home-d4dd475b9bb845638640f9ea82f7f084ef8b5c99.tar.lz
nixos_home-d4dd475b9bb845638640f9ea82f7f084ef8b5c99.tar.xz
nixos_home-d4dd475b9bb845638640f9ea82f7f084ef8b5c99.tar.zst
nixos_home-d4dd475b9bb845638640f9ea82f7f084ef8b5c99.zip
Get rid of default branch name nag
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index e9f7142..133871d 100644
--- a/home.nix
+++ b/home.nix
@@ -41,6 +41,7 @@ in {
core.editor = "vim";
merge.tool = "${pkgs.meld}/bin/meld";
pull.ff = "only";
+ init.defaultBranch = "master";
};
};