home-manager: inital commit

This commit is contained in:
Evar Smith 2025-06-25 01:35:01 -04:00
parent faaaa3d324
commit 24717f490e
31 changed files with 1560 additions and 0 deletions

View file

@ -12,6 +12,14 @@
'';
};
home = {
config = import ./home // {
description = ''
My home manager configs
'';
};
};
};
};
}