This commit is contained in:
notgne2 2021-03-29 15:22:47 -07:00
commit d78da97be7
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
35 changed files with 6762 additions and 0 deletions

13
modules/default.nix Normal file
View file

@ -0,0 +1,13 @@
{ config, lib, pkgs, ... }:
{
imports = [
./ezvahi.nix
./ezwg.nix
./ezpc.nix
./kiosk.nix
./ezpassthru.nix
./fuckingprint.nix
./workstation.nix
];
}