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

9 lines
71 B
Nix
Raw Normal View History

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