mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Rework continues
This commit is contained in:
parent
91a7234605
commit
70da3fe0b5
4 changed files with 31 additions and 7 deletions
|
|
@ -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 {
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue