feat: renamed computers to hosts

This commit is contained in:
Artur Manuel 2024-11-30 15:18:36 +00:00
commit b03c70b486
34 changed files with 5 additions and 6 deletions

View file

@ -63,7 +63,7 @@
} {
systems = ["x86_64-linux"];
imports = [
./computers
./hosts
./overlays
inputs.git-hooks-nix.flakeModule
];