diff options
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix | 7 | ||||
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix index 406e5bf..44b7627 100644 --- a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix +++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix @@ -72,6 +72,13 @@ docker-compose wireguard-tools virt-manager + cacert + openssl.dev + (python3.withPackages (ps: with ps; [ + pip + regex + pyopenssl + ])) ]; virtualisation.docker = { diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix index 55340a6..500adf8 100644 --- a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix +++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix @@ -52,7 +52,7 @@ programs.neovim = { enable = true; - withPython3 = false; + withPython3 = true; withRuby = true; withNodeJs = true; vimdiffAlias = true; |
