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

7 lines
79 B
Nix
Raw Permalink Normal View History

2025-10-04 15:53:48 +02:00
# Coding-related Home Manager modules
{
imports = [
./editors.nix
];
}