From dbf0ba48b79fc527a5b71cd8cc604cff20bb4516 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 31 Oct 2025 10:17:28 +0300 Subject: [PATCH] add curl --- modules/nixos/programs/command-line.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/programs/command-line.nix b/modules/nixos/programs/command-line.nix index b40e663..befd242 100644 --- a/modules/nixos/programs/command-line.nix +++ b/modules/nixos/programs/command-line.nix @@ -9,6 +9,7 @@ environment.systemPackages = with pkgs; [ # networking wget + curl dig # text editors