feat: add openssl
This commit is contained in:
parent
533a172c53
commit
9ec8fd9052
|
@ -57,7 +57,6 @@ with pkgs; {
|
|||
|
||||
# development
|
||||
unzip
|
||||
openssl
|
||||
postman
|
||||
jq
|
||||
dos2unix
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue