Something went wrong. Try again.
NixOS, nix-darwin and home manager configurations for various my various devices.
nix-darwin nixvim nix nixos
Something went wrong. Try again.
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.
Author servius Date (Jun 3, 2026, 2:28 PM UTC) Commit 619fd81f 619fd81f0e0bb9ceb0b971b5e6a841e47401f42e Parent 0bbf9e33 0bbf9e336c53d85923cce118c0166b57a23496d5