name
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
options = {
|
||||
homeconfig.homeScripts.enable = lib.options.mkOption {
|
||||
homeconfig.scripts.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf config.homeScripts.enable {
|
||||
config = lib.mkIf config.homeconfig.scripts.enable {
|
||||
home.packages = [
|
||||
|
||||
#scripts
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
graphical = false;
|
||||
minimal = true;
|
||||
host = "android";
|
||||
homeScripts.enable = false;
|
||||
scripts.enable = false;
|
||||
};
|
||||
|
||||
home.username = "nathan";
|
||||
|
||||
Reference in New Issue
Block a user