wip: modularizing?

This commit is contained in:
2025-10-30 17:34:55 -04:00
parent a73194fed9
commit 8fd3ca8c9a
6 changed files with 89 additions and 62 deletions

View File

@@ -0,0 +1,19 @@
{
pkgs,
...
}: {
home.packages = with pkgs; [
fh
obsidian
vscode
yt-dlp
weechat
nodejs
cargo
python3
nixd
deadnix
alejandra
statix
];
}