mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add git core.editor
This commit is contained in:
parent
7885c6e393
commit
8482515794
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.username = "aaronh";
|
||||
home.homeDirectory = "/home/aaronh";
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
nixpkgs.config = {
|
||||
|
@ -19,6 +19,10 @@
|
|||
fd
|
||||
freshfetch
|
||||
gcc
|
||||
gnumake
|
||||
go
|
||||
himalaya
|
||||
pkg-config
|
||||
rustc
|
||||
];
|
||||
|
||||
|
@ -42,6 +46,7 @@
|
|||
fix = "commit -m fix: -m issue#";
|
||||
};
|
||||
extraConfig = {
|
||||
core.editor = "hx";
|
||||
color = {
|
||||
ui = "auto";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue