1

Home: Update paths module

This commit is contained in:
2025-03-16 14:51:49 +01:00
parent ffec4d7ade
commit 9cec539c23
3 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,7 @@
}: let
inherit (config) paths;
in {
# The paths module doesn't use the "modules" namespace to keep the access shorter
options.paths = import ./options.nix {inherit lib mylib;};
config = lib.mkIf paths.enable {};