add home-manager develop module

This commit is contained in:
xunuwu 2024-08-27 11:12:20 +00:00
parent 0e39c76c8d
commit 3e0154df22
No known key found for this signature in database
6 changed files with 63 additions and 3 deletions

5
home-modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
flake.homeManagerModules = {
xun = import ./xun;
};
}