created defaults, created common fonts, modified root flake nix

This commit is contained in:
2024-12-18 13:07:02 -05:00
parent ea8607eb41
commit 1e3ffdf0a3
8 changed files with 52 additions and 31 deletions

View File

@ -0,0 +1,7 @@
{...}: {
imports = [
./core.nix
./fonts.nix
./users.nix
];
}