aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/devel/default.nix
blob: cfbdd05d42125ce7faaf3ff67cbbcde029bf1b85 (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  imports = [
    ./java
    ./rust.nix
  ];
}