diff options
author | Alan Pearce | 2019-10-04 16:43:20 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 16:43:20 +0200 |
commit | 4c0d444e91bd1a5813123dab93b3397715111913 (patch) | |
tree | 83f3eec6c85869bc2dd5593490419d0204ae0f15 /user | |
parent | 9dad0ca18a9b689a0e119b33e18fd5bf195c7071 (diff) | |
download | nixfiles-4c0d444e91bd1a5813123dab93b3397715111913.tar.lz nixfiles-4c0d444e91bd1a5813123dab93b3397715111913.tar.zst nixfiles-4c0d444e91bd1a5813123dab93b3397715111913.zip |
Move satoshipay packages to home-manager
Diffstat (limited to 'user')
-rw-r--r-- | user/modules/satoshipay.nix | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/user/modules/satoshipay.nix b/user/modules/satoshipay.nix index ca396aad..99eb22d6 100644 --- a/user/modules/satoshipay.nix +++ b/user/modules/satoshipay.nix @@ -10,6 +10,30 @@ in ./javascript.nix ]; + systemd.user.sessionVariables = { + KUBECTX_IGNORE_FZF = "1"; + }; + home.packages = with pkgs; [ + caddy + openssl + mongodb-tools + pgadmin + pgcli + s3cmd + sops + + unstable.mkcert + unstable.google-cloud-sdk + unstable.docker_compose + unstable.kubernetes + unstable.kubectx + unstable.redis-desktop-manager + unstable.kubernetes-helm + unstable.helmfile + unstable.robo3t + unstable.slack + ]; + programs.git.includes = [ { condition = "gitdir:~/projects/github.com/satoshipay/"; |