From 5ff31ee9174f3aa4f9f08c3180b83b718f364cc0 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:32:51 +1000 Subject: nix: add coreutils & findutils deps --- default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index a13388a..78330d3 100644 --- a/default.nix +++ b/default.nix @@ -19,6 +19,8 @@ bluez, bash, hyprland, + coreutils, + findutils, material-symbols, gcc, quickshell, @@ -44,6 +46,8 @@ bluez bash hyprland + coreutils + findutils ] ++ lib.optional withCli caelestia-cli; -- cgit v1.2.3-freya