Refactor hosts folder

This commit is contained in:
2025-11-29 22:51:38 +01:00
parent 4e32e95eab
commit df731b0703
30 changed files with 214 additions and 1080 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
imports = [
../variables.nix
./shell
./git.nix
];
}