some refactoring
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
cfg = config.modules.studio.mysql-workbench;
|
||||
cfg = config.systemModules.studio.mysql-workbench;
|
||||
in {
|
||||
options = {
|
||||
modules.studio.mysql-workbench.enable = mkEnableOption "Enables MySQL Workbench";
|
||||
systemModules.studio.mysql-workbench.enable = mkEnableOption "Enables MySQL Workbench";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user