NixOS-Config/modules/system/services/pc/school/default.nix

7 lines
52 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./globalprotect
];
2024-10-09 03:36:08 -04:00
}