diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; |