Rework continues

This commit is contained in:
Bryan Ramos 2023-06-04 14:59:26 -04:00
parent 91a7234605
commit 70da3fe0b5
4 changed files with 31 additions and 7 deletions

View file

@ -1,10 +0,0 @@
{ pkgs, lib, config, ... }:
with lib;
let cfg = config.modules.PROGRAM;
in {
options.modules.PROGRAM = { enable = mkEnableOption "PROGRAM"; };
config = mkIf cfg.enable {
};
}