project-plus: home-manager module init

This commit is contained in:
ooks-io 2025-01-11 20:18:38 +11:00
parent 1898815955
commit f59c08deb5
4 changed files with 144 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
./options.nix
];
}