nix-config/home/features/coding/default.nix
2024-05-08 09:53:50 +02:00

8 lines
98 B
Nix

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