1

Refactor home modules into config + options

This commit is contained in:
2023-04-26 12:42:48 +02:00
parent 156f87c077
commit 1b83c0131f
31 changed files with 76 additions and 46 deletions

View File

@ -14,7 +14,7 @@ with mylib.modules;
let
cfg = config.modules.flatpak;
in {
options.modules.flatpak = import ./options.nix { inherit lib; };
options.modules.flatpak = import ./options.nix { inherit lib mylib; };
config = mkIf cfg.enable {
assertions = [