Files
nixpkgs/modules/home-manager/default.nix

8 lines
91 B
Nix
Raw Normal View History

2025-10-04 15:53:48 +02:00
# Home Manager modules organized by category
{
imports = [
./cli
./coding
];
}