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, ... }:
{
home.packages = with pkgs; [
# Javascript
nodejs
nodePackages.yarn
# PHP
php
# Kubernetes
azure-cli
kubectl
kubernetes-helm
# Nix
rnix-lsp
];
}

View File

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