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

9 lines
107 B
Nix
Raw Normal View History

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