Worf: git+vim

This commit is contained in:
2023-07-27 13:13:03 +02:00
committed by Felix Albrigtsen
parent 80489f5025
commit 80d4c64ed2
3 changed files with 137 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
}: {
imports = [
./neovim.nix
./zsh.nix
];
@@ -14,12 +15,34 @@
discord
exa
iterm2
neovim
nix-index
nodejs
slack
spotify
vscode
];
programs.git = {
enable = true;
extraConfig = {
pull.rebase = "true";
color.ui = "auto";
init.defaultBranch = "main";
user = {
name = "Felix Albrigtsen";
email = "felix@albrigtsen.it";
};
};
ignores = [
"*~"
"*.swp"
".DS_Store"
".vscode"
];
};
# Copy Applications to ~/Applications to allow them to be launched from Spotlight
disabledModules = [ "targets/darwin/linkapps.nix" ];
home.activation = lib.mkIf pkgs.stdenv.isDarwin {