[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,15 @@
{ ... }:
{
imports = [
# Dev apps
../git.nix
../shell.nix
../terminal.nix
../neovim
../ssh.nix
# Languages
./nix.nix
./lua.nix
];
}