update aurora

This commit is contained in:
2026-03-06 19:31:03 -06:00
parent c3f12243d8
commit ac12242060
3 changed files with 64 additions and 25 deletions

View File

@@ -1,7 +1,11 @@
{ ... }: {
{ inputs, ... }: {
flake.homeModules.nathan = { config, lib, ... }: {
imports = [
inputs.aurora.homeModules.default
];
options.homeconfig.aurora.enable = with lib; mkOption {
type = with types; bool;
default = false;