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
+9
View File
@@ -0,0 +1,9 @@
{
inputs,
system,
...
}: {
imports = [
inputs.nixovim.packages.${system}.fullNvim
];
}