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, pkgs, ... }: {
|
||||
options = {
|
||||
stylixHomeConfig.enable = lib.mkEnableOption "enables my stylix Home-Manager options";
|
||||
movOpts.stylixHomeConfig.enable = lib.mkEnableOption "enables my stylix Home-Manager options";
|
||||
};
|
||||
config = lib.mkIf config.stylixHomeConfig.enable {
|
||||
config = lib.mkIf config.movOpts.stylixHomeConfig.enable {
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
|
||||
Reference in New Issue
Block a user