Compare commits

...

3 Commits

2 changed files with 8 additions and 0 deletions

View File

@ -1,9 +1,16 @@
{ 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,6 +12,7 @@
extraConfig = {
credential.helper = lib.mkDefault "store";
pull.rebase = "false";
init.defaultBranch = "main";
};
};
}