darwin rebuilding

This commit is contained in:
lsoriano-mcm
2025-08-07 12:01:20 -05:00
parent 12dbe7536f
commit b86646816b
12 changed files with 247 additions and 25 deletions
+6
View File
@@ -0,0 +1,6 @@
{}: {
imports = [
../../modules/home/terminal.nix
];
home.stateVersion = "25.11";
}
+4
View File
@@ -0,0 +1,4 @@
{inputs, ...}: {
imports = [
];
}