[Organizations] Reorganizes files a bit, making features/development

This commit is contained in:
2025-02-15 11:42:24 -08:00
parent 032a0b477e
commit a530511813
10 changed files with 42 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
stylua # Formatter
];
}