nix flake update
This commit is contained in:
parent
6d55ea4dee
commit
ce4f49dc98
5 changed files with 32 additions and 46 deletions
nix/modules/home-manager/features/desktop/media
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue