added different categories for home-manager module options instead of having them clumped together
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{lib, config, inputs, pkgs, ... }: {
|
||||
options = {
|
||||
movOpts.cavaConfig.enable = lib.mkEnableOption "enables my cava settings";
|
||||
movOpts.programConfigs.cavaConfig.enable = lib.mkEnableOption "enables my cava settings";
|
||||
};
|
||||
config = lib.mkIf config.movOpts.cavaConfig.enable {
|
||||
config = lib.mkIf config.movOpts.programConfigs.cavaConfig.enable {
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user