mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
home.username = "aaronh";
|
home.username = "aaronh";
|
||||||
home.homeDirectory = "/home/aaronh";
|
home.homeDirectory = "/home/aaronh";
|
||||||
|
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
@ -19,6 +19,10 @@
|
||||||
fd
|
fd
|
||||||
freshfetch
|
freshfetch
|
||||||
gcc
|
gcc
|
||||||
|
gnumake
|
||||||
|
go
|
||||||
|
himalaya
|
||||||
|
pkg-config
|
||||||
rustc
|
rustc
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -42,6 +46,7 @@
|
||||||
fix = "commit -m fix: -m issue#";
|
fix = "commit -m fix: -m issue#";
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
core.editor = "hx";
|
||||||
color = {
|
color = {
|
||||||
ui = "auto";
|
ui = "auto";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue