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

8 lines
56 B
Nix
Raw Normal View History

2024-09-26 00:04:39 +02:00
{ ... }:
{
imports = [
./apps.nix
./java.nix
];
}