Files
nixpkgs/modules/home-manager/default.nix
m3tam3re 1ce83403bc first
2025-10-04 15:53:48 +02:00

8 lines
91 B
Nix

# Home Manager modules organized by category
{
imports = [
./cli
./coding
];
}