nix-config/hosts/default.nix
2024-05-12 16:28:25 +02:00

7 lines
62 B
Nix

{ pkgs, ... }:
{
imports = [
./common
./Lenni
];
}