This commit is contained in:
Peritia 2025-08-29 12:29:00 +02:00
commit 2278bffff9
77 changed files with 1174 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
{
imports = [
./docker.nix
./openssh.nix
./vm.nix
./zsh.nix
];
}