NixOS, nix-darwin and home manager configurations for various my various devices.
nix-darwin nixvim nix nixos

feat: Add kdenlive app; fix `just add` for optionals imports master

Add home/apps/kdenlive.nix (kdePackages.kdenlive) to the hasGui app set. The `add` recipe's ast-grep rewrite only matched a bare `imports = [ ... ]`, so it aborted (exit 1 under set -e) on home/apps/default.nix where imports is wrapped in `lib.optionals device.hasGui [ ... ]`. Add a fallback pattern for the optionals form.


+7 -1
3 changed files