feat: add nix module

This commit is contained in:
Jet Pham 2026-03-09 18:26:50 -07:00
parent 9905bf8759
commit e25803a767
No known key found for this signature in database
2 changed files with 32 additions and 1 deletions

View file

@ -41,5 +41,7 @@
];
};
}
));
)) // {
nixosModules.default = import ./module.nix self;
};
}