6 lines
86 B
Nix
6 lines
86 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
|
|
imports = [ ./android-studio.nix ./openvpn.nix ];
|
|
}
|