Minor worf updates
This commit is contained in:
@@ -4,16 +4,18 @@
|
||||
, config
|
||||
, ...
|
||||
}: {
|
||||
|
||||
imports = [
|
||||
./neovim.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
cocoapods
|
||||
emacs
|
||||
exa
|
||||
gnutar
|
||||
iterm2
|
||||
ncdu
|
||||
neofetch
|
||||
@@ -28,7 +30,8 @@
|
||||
enable = true;
|
||||
|
||||
extraConfig = {
|
||||
pull.rebase = "true";
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
color.ui = "auto";
|
||||
init.defaultBranch = "main";
|
||||
lfs.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user