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