feat: split out configuration
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
userEmail = "emma.thorpe@cloud.com";
|
||||
};
|
||||
home.packages = [
|
||||
pkgs.kubectl
|
||||
pkgs.tenv
|
||||
pkgs.kubernetes-helm
|
||||
pkgs.azure-cli
|
||||
pkgs.kubelogin
|
||||
pkgs.curl
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user