Update config and option names for modules
This commit is contained in:
parent
fe508bd127
commit
bb9b77e2f8
54 changed files with 122 additions and 120 deletions
|
@ -8,10 +8,10 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.homeManagerModules.desktop.media.handbrake;
|
||||
cfg = config.features.desktop.media.handbrake;
|
||||
in
|
||||
{
|
||||
options.homeManagerModules.desktop.media.handbrake.enable = mkEnableOption "Enable handbrake";
|
||||
options.features.desktop.media.handbrake.enable = mkEnableOption "Enable handbrake";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue