Compare commits
No commits in common. "66f71f968858bf0ee4ba81a69dd6563e5197187d" and "dcf01cce81419168bb5a1ba4194b8afc281fd6f5" have entirely different histories.
66f71f9688
...
dcf01cce81
@ -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
|
||||
];
|
||||
}
|
||||
|
@ -12,7 +12,6 @@
|
||||
extraConfig = {
|
||||
credential.helper = lib.mkDefault "store";
|
||||
pull.rebase = "false";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user