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 = {};
|
||||
}
|
||||
|
@ -5,8 +5,6 @@
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOption "paths";
|
||||
|
||||
nixflake = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
apply = toString;
|
||||
|
Reference in New Issue
Block a user