make a bootstrap base config

This commit is contained in:
Satria 2026-02-28 19:12:41 +07:00
commit eea20f2363
5 changed files with 52 additions and 3 deletions

5
hosts/bootstrap/home.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
imports = [
../../modules/home
];
}