diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 78330d3..575c2b3 100644 --- a/default.nix +++ b/default.nix @@ -21,6 +21,7 @@ hyprland, coreutils, findutils, + file, material-symbols, gcc, quickshell, @@ -48,6 +49,7 @@ hyprland coreutils findutils + file ] ++ lib.optional withCli caelestia-cli; |