From c4c845e01a569b196c22dc13b23b4781d1681463 Mon Sep 17 00:00:00 2001 From: Agatha Lovelace Date: Wed, 22 Feb 2023 21:27:12 +0100 Subject: [PATCH] Git config changes --- common/home_manager/common.nix | 5 ++++- common/home_manager/helix.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/common/home_manager/common.nix b/common/home_manager/common.nix index 5716732..b495aa5 100644 --- a/common/home_manager/common.nix +++ b/common/home_manager/common.nix @@ -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 = { diff --git a/common/home_manager/helix.nix b/common/home_manager/helix.nix index 270be56..ebe213b 100644 --- a/common/home_manager/helix.nix +++ b/common/home_manager/helix.nix @@ -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 = {