feat: add openssl
This commit is contained in:
parent
533a172c53
commit
9ec8fd9052
|
@ -57,7 +57,6 @@ with pkgs; {
|
||||||
|
|
||||||
# development
|
# development
|
||||||
unzip
|
unzip
|
||||||
openssl
|
|
||||||
postman
|
postman
|
||||||
jq
|
jq
|
||||||
dos2unix
|
dos2unix
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [ ./hardened.nix ./i18n.nix ./nix.nix ./networking.nix ./vpn.nix ];
|
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; [
|
fonts.fonts = with pkgs; [
|
||||||
fira-code
|
fira-code
|
||||||
|
|
Loading…
Reference in a new issue