mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
nix: fix home-manager module plugins (#984)
This commit is contained in:
@@ -44,28 +44,6 @@ in
|
|||||||
description = "The default session are only read if the session.json file don't exist";
|
description = "The default session are only read if the session.json file don't exist";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins = lib.mkOption {
|
|
||||||
type = attrsOf (
|
|
||||||
types.submodule (
|
|
||||||
{
|
|
||||||
options = {
|
|
||||||
enable = lib.mkOption {
|
|
||||||
type = types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "Whether to link this plugin";
|
|
||||||
};
|
|
||||||
src = lib.mkOption {
|
|
||||||
type = types.path;
|
|
||||||
description = "Source to link to DMS plugins directory";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
)
|
|
||||||
);
|
|
||||||
default = { };
|
|
||||||
description = "DMS Plugins to install";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|||||||
Reference in New Issue
Block a user