Rework continues

This commit is contained in:
Bryan Ramos 2023-06-04 14:59:26 -04:00
parent 91a7234605
commit 70da3fe0b5
4 changed files with 31 additions and 7 deletions

View file

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