From a59a56da09b0067f5b74eed6a985b0d0d861bf7f Mon Sep 17 00:00:00 2001 From: Riley Apeldoorn Date: Thu, 19 May 2022 20:14:25 +0200 Subject: [PATCH] fixup! Separate utils into a separate file --- modules/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/default.nix b/modules/default.nix index bc87fd5..fe1bf80 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -135,6 +135,7 @@ in { curl git + # Common utils (rg, sk, fd, etc.) utils ];