nix-config/hosts/default.nix

7 lines
62 B
Nix
Raw Normal View History

2024-05-12 16:27:17 +02:00
{ pkgs, ... }:
{
imports = [
./common
./Lenni
];
}