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

7 lines
79 B
Nix

# Coding-related Home Manager modules
{
imports = [
./editors.nix
];
}