nix: add coreutils & findutils deps

This commit is contained in:
Soramane 2025-07-16 15:32:51 +10:00
parent 19431534c9
commit 5ff31ee917

View file

@ -19,6 +19,8 @@
bluez, bluez,
bash, bash,
hyprland, hyprland,
coreutils,
findutils,
material-symbols, material-symbols,
gcc, gcc,
quickshell, quickshell,
@ -44,6 +46,8 @@
bluez bluez
bash bash
hyprland hyprland
coreutils
findutils
] ]
++ lib.optional withCli caelestia-cli; ++ lib.optional withCli caelestia-cli;