restructure
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
{ inputs, ... }: {
|
||||
|
||||
flake.homeModules.nathan = { config, lib, ... }: {
|
||||
flake.homeModules.nathan-nh = { config, lib, ... }: {
|
||||
|
||||
options.homeconfig.nh.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.homeconfig.nh.enable {
|
||||
config = {
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user