From 19431534c954f763eb095dd131fd0b19ff74837b Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:38:19 +1000 Subject: nix: optionally include cli update flake inputs --- default.nix | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 05c9f40..a13388a 100644 --- a/default.nix +++ b/default.nix @@ -24,24 +24,29 @@ quickshell, aubio, pipewire, + caelestia-cli, + withCli ? false, }: let - runtimeDeps = [ - fish - ddcutil - brightnessctl - app2unit - cava - networkmanager - lm_sensors - grim - swappy - wl-clipboard - libqalculate - inotify-tools - bluez - bash - hyprland - ]; + runtimeDeps = + [ + fish + ddcutil + brightnessctl + app2unit + cava + networkmanager + lm_sensors + grim + swappy + wl-clipboard + libqalculate + inotify-tools + bluez + bash + hyprland + ] + ++ lib.optional withCli caelestia-cli; + fontconfig = makeFontsConf { fontDirectories = [material-symbols]; }; -- cgit v1.2.3-freya