first commit

This commit is contained in:
2023-02-16 18:34:03 -05:00
parent 3ecc3e5f3a
commit df823f7e4e
22 changed files with 1005 additions and 0 deletions

9
modules/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{...}: {
imports = [
# New module organization
./gnome
./base.nix
./ssh.nix
./user.nix
];
}