aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdam0 <me@kumardamani.net>2023-04-29 20:25:05 +0000
committerkdam0 <me@kumardamani.net>2023-04-29 20:25:05 +0000
commit02c6f9fc9427f621d898282a419f388cff0a7425 (patch)
tree4640f02286dcc2df4e87dbf86e5351bb99d6b40e
parentcef3a6420a40090bd191be4d84ce78b18806a17c (diff)
more update
-rw-r--r--nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix7
-rw-r--r--nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix2
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;