help
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
homeScripts.enable = lib.options.mkOption {
|
homeconfig.homeScripts.enable = lib.options.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user