rearrange for modularity

This commit is contained in:
Polen 2024-10-28 11:17:43 -04:00
parent 48b18aa671
commit 71ec2a349f
8 changed files with 20 additions and 19 deletions

5
modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, lib, ... }: {
imports = [
];
}