From f053a92a9903902b53913a35fe62a7aa1ff3f2c1 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 28 Mar 2024 18:47:28 +0800 Subject: [PATCH] home-manager/suites/dev: add Copier tool --- modules/home-manager/_private/suites/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/_private/suites/dev.nix b/modules/home-manager/_private/suites/dev.nix index a48211c6..22bab309 100644 --- a/modules/home-manager/_private/suites/dev.nix +++ b/modules/home-manager/_private/suites/dev.nix @@ -20,6 +20,7 @@ in { ({ home.packages = with pkgs; [ cookiecutter # Cookiecutter templates for your mama (which is you). + copier # Another set of scaffolding. dasel # Universal version of jq. moar # More 'more'. perlPackages.vidir # Bulk rename for your organizing needs in the terminal.