Revert "nix flake update"

This reverts commit ce4f49dc98.
This commit is contained in:
Oliver Davies 2025-02-27 01:06:50 +00:00
parent ce4f49dc98
commit f734ae4e06
5 changed files with 46 additions and 32 deletions
nix/modules/home-manager/features/desktop/media

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; [ kdePackages.kdenlive ];
home.packages = with pkgs; [ kdenlive ];
};
}