Move gimp, handbrake and kdenlive

This commit is contained in:
Oliver Davies 2025-04-05 09:09:46 +01:00
parent 490aa3eb99
commit 85cb5d0f1f
8 changed files with 6 additions and 60 deletions

View file

@ -1,16 +0,0 @@
{
config,
lib,
pkgs,
...
}:
with lib;
{
options.homeManagerModules.handbrake.enable = mkEnableOption "Enable handbrake";
config = mkIf config.homeManagerModules.handbrake.enable {
home.packages = with pkgs; [ handbrake ];
};
}