nixos-config/configurations/host/materusPC/other/default.nix

8 lines
56 B
Nix

{ ... }:
{
imports = [
./apps.nix
./java.nix
];
}