dotfiles/common/users/homeModules/dev/ide/jb/default.nix
2024-11-26 17:01:58 -05:00

5 lines
No EOL
52 B
Nix

{...}: {
imports = [
./idea.nix
];
}