refactor(general): organized more

This commit is contained in:
kenji
2026-01-05 12:28:16 -06:00
parent 5fe83ddc8a
commit 796e311a29
5 changed files with 39 additions and 54 deletions
+7
View File
@@ -0,0 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
cloudflared
cachix
];
}