nix-config/home/features/coding/default.nix

7 lines
87 B
Nix

{pkgs, ...}: {
imports = [
./nvim.nix
./vscode.nix
./intellij.nix
];
}