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

9 lines
68 B
Nix

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