fix: some stff

This commit is contained in:
kenji
2025-12-27 13:27:47 -06:00
parent 4d9d68e7e6
commit cb9c91c7a7
8 changed files with 448 additions and 156 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
{
inputs,
system,
pkgs,
...
}: {
home.packages = [
inputs.nixovim.packages.${system}.full
inputs.nixovim.packages.${pkgs.system}.full
];
}