initial commit

This commit is contained in:
root 2025-12-22 16:46:52 -03:00
commit 120dbdbc64
No known key found for this signature in database
21 changed files with 2413 additions and 0 deletions

7
home/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./user.nix
./root.nix
];
}