This commit is contained in:
Bryan Ramos 2024-01-27 15:38:08 -05:00
parent e1fbe33c50
commit 90f9a2f03b
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 69 additions and 71 deletions

View file

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