nix flake update

This commit is contained in:
Oliver Davies 2025-03-02 22:10:27 +00:00
parent 9d2848cbd7
commit bd58cf5821
8 changed files with 44 additions and 72 deletions

View file

@ -11,6 +11,6 @@ with lib;
options.features.desktop.media.kdenlive.enable = mkEnableOption "Enable kdenlive";
config = mkIf config.features.desktop.media.kdenlive.enable {
home.packages = with pkgs; [ kdenlive ];
home.packages = with pkgs; [ kdePackages.kdenlive ];
};
}