From 9ec8fd9052f01b526a9d6ba76fad82d0372879ea Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Tue, 11 May 2021 21:17:19 +0200 Subject: [PATCH] feat: add openssl --- home/felschr-work.nix | 1 - system/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/felschr-work.nix b/home/felschr-work.nix index 90048ce..05a6dee 100644 --- a/home/felschr-work.nix +++ b/home/felschr-work.nix @@ -57,7 +57,6 @@ with pkgs; { # development unzip - openssl postman jq dos2unix diff --git a/system/default.nix b/system/default.nix index 89386a3..cc6e9ee 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,7 +3,7 @@ { imports = [ ./hardened.nix ./i18n.nix ./nix.nix ./networking.nix ./vpn.nix ]; - environment.systemPackages = with pkgs; [ wget curl neovim ]; + environment.systemPackages = with pkgs; [ wget curl openssl neovim ]; fonts.fonts = with pkgs; [ fira-code