It builds now.

This commit is contained in:
Jimbo 2024-10-15 02:40:43 -04:00
parent 9c71495c73
commit f3d9e8a188
47 changed files with 577 additions and 401 deletions

10
variables/default.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
{
imports = [
./displays
./ips
./look
./secrets
./workspaces
];
}