This commit is contained in:
2025-10-21 08:33:25 -04:00
parent 569141d227
commit 5ab19d093a
4 changed files with 21 additions and 6 deletions

View File

@@ -1,12 +1,9 @@
{
pkgs,
lib,
...
}: {
{ ... }: {
imports = [
./core.nix
./environment.nix
./fonts.nix
# ./overlays.nix
./users.nix
];
}