nix-config/modules/home-manager/default.nix

8 lines
71 B
Nix

{
imports = [
./cli
./coding
./core
./desktop
];
}