This commit is contained in:
mjallen18
2025-02-20 10:12:37 -06:00
commit 3467cccc24
6 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [
./config.nix
];
}