Compare commits

..

No commits in common. "66f71f968858bf0ee4ba81a69dd6563e5197187d" and "dcf01cce81419168bb5a1ba4194b8afc281fd6f5" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -1,16 +1,9 @@
{ config, pkgs, libs, ... }: { config, pkgs, libs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
# Javascript
nodejs nodejs
nodePackages.yarn nodePackages.yarn
# PHP
php php
# Kubernetes
azure-cli
kubectl
kubernetes-helm
# Nix
rnix-lsp rnix-lsp
]; ];
} }

View File

@ -12,7 +12,6 @@
extraConfig = { extraConfig = {
credential.helper = lib.mkDefault "store"; credential.helper = lib.mkDefault "store";
pull.rebase = "false"; pull.rebase = "false";
init.defaultBranch = "main";
}; };
}; };
} }