Modules: Remove the options to disable paths and color modules
This commit is contained in:
@ -11,5 +11,5 @@ 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 {};
|
||||
config = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user