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

7 lines
83 B
Nix

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