fixup! all of my custom options are now held in an attribute set called movOpts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{lib, config, inputs, pkgs, ... }: {
|
||||
options = {
|
||||
cavaConfig.enable = lib.mkEnableOption "enables my cava settings";
|
||||
movOpts.cavaConfig.enable = lib.mkEnableOption "enables my cava settings";
|
||||
};
|
||||
config = lib.mkIf config.cavaConfig.enable {
|
||||
config = lib.mkIf config.movOpts.cavaConfig.enable {
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user