Change structure, add scanner deps and fix configurations

This commit is contained in:
2026-04-10 23:26:05 +02:00
parent d94d17b139
commit 1df132a22d
16 changed files with 68 additions and 110 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
pods
zed-editor
];
}