Move gimp, handbrake and kdenlive
This commit is contained in:
parent
490aa3eb99
commit
85cb5d0f1f
8 changed files with 6 additions and 60 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue