home-manager: modularize home configurations

This commit is contained in:
xinyangli 2023-12-24 18:53:47 +08:00
parent ac9918c759
commit 552cc4f144
16 changed files with 261 additions and 227 deletions

5
home/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
xin = {
calcite = import ./xin/calcite.nix;
};
}